From 889a8f76762b2cb924e74a6b18f1283afcceaa93 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 25 Jun 2022 21:13:00 -0700 Subject: minor: v0.8.0 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index c17de31..421fec3 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.7.0" +const VERSION = "0.8.0" -- cgit