From 47f9b49c161e576cf75f0a9be1d47cc7fa2cb62c Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 29 May 2022 10:14:19 -0700 Subject: minor: v0.2.0 --- 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 1cf4a1a..a21accb 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.1.1" +const VERSION = "0.2.0" -- cgit