aboutsummaryrefslogtreecommitdiff
path: root/hotline
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-04 17:47:34 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-04 16:47:34 -0700
commit685660e2266ba4353f8769a86936e228ceeb5bfa (patch)
treefea3c623c55ed732a7e205628be43554629e595d /hotline
parente005c191842ccab0e9600a2221616f434ad0afc7 (diff)
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
Diffstat (limited to 'hotline')
-rw-r--r--hotline/version.go2
1 files changed, 1 insertions, 1 deletions
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"