Skip to content

Commit 1526931

Browse files
committed
chore: bump version to 0.1.0
1 parent d05e72c commit 1526931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/app/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package app
99
// Dirty tree → "1.0.0-dirty" (uncommitted changes)
1010
// go run/build → "0.0.0-dev" (no ldflags injected)
1111
var (
12-
Version = "0.0.0-dev"
12+
Version = "0.1.0"
1313
Commit = ""
1414
Date = ""
1515
)

0 commit comments

Comments
 (0)