Skip to content

Commit 7161682

Browse files
committed
chore: bump hard-coded version to v0.1.0
1 parent 179db39 commit 7161682

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

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

0 commit comments

Comments
 (0)