diff --git a/AGENTS.md b/AGENTS.md index 8f414e2..7908522 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -42,3 +42,4 @@ sigil unlink ~/.config/wezterm/wezterm.lua ## Development - When modifying this repo, rebuild and install the binary: `go build -o ~/.local/bin/sigil .` +- Bump the version constant in `main.go` for every change (follow semver: bugfix = patch, feature = minor, breaking = major) diff --git a/main.go b/main.go index 8001f34..7aff4a8 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "strings" ) -const version = "0.1.0" +const version = "0.1.1" func main() { if len(os.Args) < 2 {