From 6c67b0a53e6b894342e91a8533f3bee3adf64346 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:08:07 -0800 Subject: patch: v0.10.6 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index c5bf3d6..43d12fe 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.10.5" +const VERSION = "0.10.6" -- cgit