From 04805329686c9c0491e1ad8f8ac1e9edcdda8cf2 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 30 May 2022 21:38:51 -0700 Subject: patch: v0.2.1 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index a21accb..aa11f96 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.2.0" +const VERSION = "0.2.1" -- cgit