Skip to content

Commit 5a8334f

Browse files
committed
chore: bump hard-coded version to v0.3.1
1 parent fabbe15 commit 5a8334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package version
88
//
99
// This should be "latest release + 0.0.1 with -dev suffix"
1010
// OR if at the point where we're tagging, then that explicit tag.
11-
const HARDCODED_VERSION = "v0.3.1-dev"
11+
const HARDCODED_VERSION = "v0.3.1"
1212

1313
// Set by ldflags at build time.
1414
var (

0 commit comments

Comments
 (0)