From 1e2d0251aa42f009de2ec971330cbc2ff2149578 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Fri, 24 Jun 2022 16:19:49 -0700 Subject: minor: v0.7.0 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/version.go') diff --git a/hotline/version.go b/hotline/version.go index 36f8dca..c17de31 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.6.1" +const VERSION = "0.7.0" -- cgit