From c55e91b8ff0bea3db8b32538dff3f9d8526a2727 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 20 Nov 2021 16:55:20 +0100 Subject: [PATCH] version bump --- internal/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config.go b/internal/config.go index 82d4a9b..108bd00 100644 --- a/internal/config.go +++ b/internal/config.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.4.1" +const VERSION = "1.5.0" var CI bool = false var VERBOSE bool = false