From 2c8d7b4ab52411dc595df2f64f6058645f2b4f1b Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 26 Jun 2022 20:35:38 -0700 Subject: patch: v0.8.2 --- 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 b2b0cf6..f4baaaf 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.8.1" +const VERSION = "0.8.2" -- cgit