diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-04 17:47:34 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-04 16:47:34 -0700 |
| commit | 685660e2266ba4353f8769a86936e228ceeb5bfa (patch) | |
| tree | fea3c623c55ed732a7e205628be43554629e595d /hotline | |
| parent | e005c191842ccab0e9600a2221616f434ad0afc7 (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.go | 2 |
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" |