chore: Bump version to 0.2.5
Some checks failed
Release / goreleaser (push) Failing after 5m4s
Release / publish-npm (push) Has been skipped
Release / update-homebrew (push) Has been skipped

This commit is contained in:
gastown/crew/max
2026-01-11 00:20:09 -08:00
committed by Steve Yegge
parent dceabab8db
commit 5d554a616a
3 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ import (
// Version information - set at build time via ldflags
var (
Version = "0.2.4"
Version = "0.2.5"
// Build can be set via ldflags at compile time
Build = "dev"
// Commit and Branch - the git revision the binary was built from (optional ldflag)