From 5b8da5035083a849d6116672c8701cc9c184a830 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:48:08 -0700 Subject: minor: v0.12.0 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index 589959c..79daa56 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.11.1" +const VERSION = "0.12.0" -- cgit