Skip to content

Commit 2576510

Browse files
committed
bump version to post-release (incr)-devel
1 parent d04397c commit 2576510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "github.com/philpennock/character/commands/version"
88

99
// This should be "latest release + 0.0.1 with -devel suffix"
1010
// OR if at the point where we're tagging, then that explicit tag.
11-
const HARDCODED_VERSION = "v0.9.3"
11+
const HARDCODED_VERSION = "v0.9.4-devel"
1212

1313
func init() {
1414
if version.VersionString == "" {

0 commit comments

Comments
 (0)