From 2c51a45231f05c3f0afb99af921d6e76966278e4 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 30 Jul 2021 19:03:04 -0700 Subject: patch: v0.0.8 * Add Windows build to CI * Misc internal refactoring and cleanup --- 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 31cc99f..f4a25e9 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.7" +const VERSION = "0.0.8" -- cgit