We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edcf1f commit 3d9bc29Copy full SHA for 3d9bc29
internal/version/version.go
@@ -9,7 +9,7 @@ import (
9
const version = "0.2"
10
11
// isReleased sets whether or not the current version is released yet
12
-const isReleased = false
+const isReleased = true
13
14
// Get gets the version in the following order:
15
// - Gets a release version if it detects it is a release
0 commit comments