From 0c58a1e8bdc2e408542109ee0753bf0d8171bdc6 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 1 Jul 2025 19:03:12 -0600 Subject: [PATCH] change version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ccae8b8..72638ff 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( flags "github.com/jessevdk/go-flags" ) -const VERSION string = "v0.3.0" +const VERSION string = "v0.3.1" type Options struct { Version bool `short:"v" long:"version" description:"Displays version info and exits"`