From 56a1a300a77c0c263f9b1aa0bcb8f57947a0c988 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Wed, 28 Jul 2021 16:57:20 -0700 Subject: patch: v0.0.7 * Fixed intermittent crash on tracker listing * Fixed crash on shxd server login * Code re-org * Misc cleanup and fixes --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit