From 1c29bd4fa183908b0bbb69132bc3967c6bf6a462 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Sun, 5 Jun 2022 17:39:40 -0700 Subject: minor: v0.5.0 --- hotline/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotline/version.go b/hotline/version.go index a2b5cfe..91b21da 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.4.0" +const VERSION = "0.5.0" -- cgit