From 685660e2266ba4353f8769a86936e228ceeb5bfa Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Wed, 4 Aug 2021 17:47:34 -0700 Subject: patch: v0.0.10 * minor UI enhancement * Add partially working file browser * Add display of private messages * Add bookmark save * Fix bug with passwords containing digits --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index 6a5783b..86664df 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.9" +const VERSION = "0.0.10" -- cgit