From 2a42aad2a01e50d158a13439f851e49c799c5510 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:15:33 -0700 Subject: patch: v0.6.1 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index f52b075..36f8dca 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.6.0" +const VERSION = "0.6.1" -- cgit