aboutsummaryrefslogtreecommitdiff
path: root/hotline
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-07-28 16:57:20 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-07-28 16:57:20 -0700
commit56a1a300a77c0c263f9b1aa0bcb8f57947a0c988 (patch)
treebe6026798dfe9788731b2c4c23a5753123169846 /hotline
parentce348eb8447f1e0721dd73f4f40023f65ffc64dd (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.go2
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"