From 2bc65e77d7cf17f51ae5d4250f9a5736769a844f Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 30 Jul 2021 19:37:19 -0700 Subject: patch: v0.0.9 * Fix CI build --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline') diff --git a/hotline/version.go b/hotline/version.go index f4a25e9..6a5783b 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.8" +const VERSION = "0.0.9" -- cgit