From 2e9eb491f3bf1dd56b1d23d6362d7c1dd0e8d92a Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sat, 7 Aug 2021 09:46:31 -0700 Subject: patch: v0.0.10 * Fix file path errors --- 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 86664df..6780c6d 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.10" +const VERSION = "0.0.11" -- cgit