From f8ba9e47f58895d18405921fc5cf555dbfad3d1c Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 25 Jan 2022 21:08:08 +1030 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index de308d6..7aea834 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( "github.com/spf13/viper" ) -var CurrentVersion = "v0.0.2" +var CurrentVersion = "v0.0.3" type PasteValue struct { PasteRequired bool