From 26de4385ea3cd3fd04f3d3172e3b096abe8c8c82 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 23 Nov 2021 12:32:22 +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 9d5c253..5909df8 100644 --- a/internal/config.go +++ b/internal/config.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.5.0" +const VERSION = "1.5.1" var CI bool = false var VERBOSE bool = false