From c62f0b470f0ce33d5f52897f2cae7fd355f04b80 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Wed, 25 May 2022 15:13:10 -0700 Subject: patch: v0.0.16 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index cd5f580..8f28e63 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.15" +const VERSION = "0.0.16" -- cgit