From fd5eb3ab478559a722976c8093a4c2c281019c45 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 10 Jan 2023 16:18:55 -0800 Subject: patch: v0.10.12 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index ded8cbb..30aeb04 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.10.11" +const VERSION = "0.10.12" -- cgit