Bump version to 0.1.2

This commit is contained in:
joe
2026-01-03 15:10:20 -08:00
committed by Steve Yegge
parent 4bcf50bf1c
commit 696573e644

View File

@@ -11,7 +11,7 @@ import (
// Version information - set at build time via ldflags
var (
Version = "0.1.1"
Version = "0.1.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)