From 7f21afab4c0bc80ac1166066a58bda53de135dc5 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sat, 7 Oct 2023 22:29:21 +0200 Subject: [PATCH] Update version to snapshot --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4b97cd4..f1b14a4 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( "strings" ) -const version = "1.3.2" +const version = "1.3.3-snapshot" var exit = os.Exit