From 478e193d784162ea8af18770d3a6f140cbc16723 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 6 May 2021 16:17:45 +0200 Subject: [PATCH] forgot version bump --- internal/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config.go b/internal/config.go index cf0dc57..9823a48 100644 --- a/internal/config.go +++ b/internal/config.go @@ -12,7 +12,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.0.9" +const VERSION = "1.1.0" var CI bool = false var VERBOSE bool = false