bump to 0.3.0

This commit is contained in:
Bryson Steck 2025-06-29 16:54:23 -06:00
parent 0b744f6dce
commit fb35bcb36b
Signed by: bryson
SSH key fingerprint: SHA256:XpKABw/nP4z8UVaH+weLaBnEOD86+cVwif+QjuYLGT4

View file

@ -13,7 +13,7 @@ import (
flags "github.com/jessevdk/go-flags"
)
const VERSION string = "v0.2.0"
const VERSION string = "v0.3.0"
type Options struct {
Version bool `short:"v" long:"version" description:"Displays version info and exits"`