chore: prepare 0.27.2 release - data corruption fix and improvements

This commit is contained in:
Steve Yegge
2025-11-30 21:29:21 -08:00
parent 8d19e75431
commit a1a65e66ed
2 changed files with 28 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ import (
var (
// Version is the current version of bd (overridden by ldflags at build time)
Version = "0.27.1"
Version = "0.27.2"
// Build can be set via ldflags at compile time
Build = "dev"
// Commit and branch the git revision the binary was built from (optional ldflag)