From 4a0b69af8997eb3ae1da4d50c35073c073ce04d8 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 3 Jun 2022 18:51:44 -0700 Subject: minor: v0.3.0 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index e07725b..4ca8b96 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.2.3" +const VERSION = "0.3.0" -- cgit