From 0b5f4017e477a8eb939bda85d9434fceb4fbf799 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 26 Oct 2021 15:59:49 +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 61502ad..f63b351 100644 --- a/internal/config.go +++ b/internal/config.go @@ -16,7 +16,7 @@ import ( "github.com/spf13/viper" ) -const VERSION = "1.2.0" +const VERSION = "1.3.0" var CI bool = false var VERBOSE bool = false