Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 45c69ad

Browse files
Bump version to 0.12.0
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 1996e15 commit 45c69ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
var (
9-
Version = "dev"
9+
Version = "0.12.0"
1010

1111
// GitCommit will be overwritten automatically by the build system
1212
GitCommit = "HEAD"

0 commit comments

Comments
 (0)