From 583fd0d2d9064c173a13d6735edde771d5789de7 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 24 May 2022 16:09:50 -0700 Subject: patch: v0.0.15 --- 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 0ae6b7a..cd5f580 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.14" +const VERSION = "0.0.15" -- cgit