Skip to content

Commit bc5a217

Browse files
committed
chore: bump hard-coded version to v0.3.2-dev
1 parent 5a8334f commit bc5a217

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"
11+
const HARDCODED_VERSION = "v0.3.2-dev"
1212

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

0 commit comments

Comments
 (0)