From a485c544f9f20b0540c2f13f4d068202bd661957 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Thu, 28 Mar 2024 18:15:19 -0700 Subject: minor: v0.11.0 --- 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 96bc58c..a0b19c2 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.10.24" +const VERSION = "0.11.0" -- cgit