We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59440f commit d04397cCopy full SHA for d04397c
repo_version.go
@@ -8,7 +8,7 @@ import "github.com/philpennock/character/commands/version"
8
9
// This should be "latest release + 0.0.1 with -devel suffix"
10
// OR if at the point where we're tagging, then that explicit tag.
11
-const HARDCODED_VERSION = "v0.9.3-devel"
+const HARDCODED_VERSION = "v0.9.3"
12
13
func init() {
14
if version.VersionString == "" {
0 commit comments