We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed09f04 commit 9e4d150Copy full SHA for 9e4d150
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.2-devel"
+const HARDCODED_VERSION = "v0.9.2"
12
13
func init() {
14
if version.VersionString == "" {
0 commit comments