From 501973cdaaccc9f10c1427cab7edaddf7f89fcdb Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:26:28 -0800 Subject: patch: v0.10.5 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index 3bb2cf7..c5bf3d6 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.10.4" +const VERSION = "0.10.5" -- cgit