Skip to content

Commit c9b6459

Browse files
chore: bump fallback version to v0.15.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4cc8635 commit c9b6459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var version string
1414

1515
// fallback is the hardcoded version kept in sync with the latest release tag.
1616
// Used only when both ldflags and debug.ReadBuildInfo fail to provide a version.
17-
const fallback = "v0.15.0"
17+
const fallback = "v0.15.1"
1818

1919
// Version is the resolved application version, populated by init().
2020
var Version string

0 commit comments

Comments
 (0)