From 6f0f1ef7c51f8d495a5818c4864650a7e1cfc8ef Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Thu, 26 May 2022 18:26:39 -0700 Subject: patch: v0.1.1 --- 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 813f9af..1cf4a1a 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.1.0" +const VERSION = "0.1.1" -- cgit