From 5a3f2adada6094ab99ca9a612c327730be2b0040 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 5 Nov 2022 10:02:11 -0700 Subject: patch: v0.10.4 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index 0a55b8f..3bb2cf7 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.10.3" +const VERSION = "0.10.4" -- cgit