From 608770d62cb734cc288192c06ad0a1421a681a4e Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:59:21 -0700 Subject: patch: v0.5.3 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index bd3b49c..b4a3d70 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.5.2" +const VERSION = "0.5.3" -- cgit