From efd4a7dfea53314b6c176a720398f7c5570c33b5 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 28 Oct 2021 18:10:33 +0200 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 1e34d31..3cf5cca 100644 --- a/internal/config.go +++ b/internal/config.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.3.0" +const VERSION = "1.4.0" var CI bool = false var VERBOSE bool = false