From: Jeff Halter Date: Wed, 28 Jul 2021 23:57:20 +0000 (-0700) Subject: patch: v0.0.7 X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/56a1a300a77c0c263f9b1aa0bcb8f57947a0c988 patch: v0.0.7 * Fixed intermittent crash on tracker listing * Fixed crash on shxd server login * Code re-org * Misc cleanup and fixes --- 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"