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

Commit 03f1e2c

Browse files
committed
Bump version to v0.12.0
1 parent 4026041 commit 03f1e2c

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
@@ -9,7 +9,7 @@ import (
99
var GitCommit string
1010

1111
// Version returns the main version number that is being run at the moment.
12-
const Version = "v0.11.1-beta"
12+
const Version = "v0.12.0"
1313

1414
// Build indicates whether the build was a development or a production build.
1515
var Build string

0 commit comments

Comments
 (0)