From 1cf4131b9d1c09f413e79265ad2077e2c1c6bbe8 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 10 Jun 2022 18:09:41 -0700 Subject: patch: v0.5.5 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index d5e67dd..a81748f 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.5.4" +const VERSION = "0.5.5" -- cgit