aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 09bce41d..0d0ce4de 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -12,7 +12,7 @@ const (
VersionMajor = 0
VersionMinor = 1
VersionPatch = 0
- VersionTag = "rc2" // example: "rc1"
+ VersionTag = "rc3" // example: "rc1"
)
func VersionString() string {