diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-28 16:57:20 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-28 16:57:20 -0700 |
| commit | 56a1a300a77c0c263f9b1aa0bcb8f57947a0c988 (patch) | |
| tree | be6026798dfe9788731b2c4c23a5753123169846 /hotline | |
| parent | ce348eb8447f1e0721dd73f4f40023f65ffc64dd (diff) | |
patch: v0.0.7
* Fixed intermittent crash on tracker listing
* Fixed crash on shxd server login
* Code re-org
* Misc cleanup and fixes
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 d24a4bc..31cc99f 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.6" +const VERSION = "0.0.7" |