From 00d1ef67636df59460bd4e060f6da4b0c9bcb24c Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 15 Aug 2021 10:39:43 -0700 Subject: Tests and minor fixes --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/version.go') diff --git a/hotline/version.go b/hotline/version.go index 6780c6d..db73b62 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.11" +const VERSION = "0.0.12" -- cgit