aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-10-05 17:56:45 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-10-05 17:56:45 +0100
commite7d9eea4a09be7b05a87b1df2a9e87d3109e8fcc (patch)
tree9b3668996e4ac015e133507586165ddd5aad200a
parent3fa76370f214e2ba3ec04f4c6f0f63d3baa273e7 (diff)
v0.1.0rc2v0.1.0rc2
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 24201b35..09bce41d 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -12,7 +12,7 @@ const (
VersionMajor = 0
VersionMinor = 1
VersionPatch = 0
- VersionTag = "rc1" // example: "rc1"
+ VersionTag = "rc2" // example: "rc1"
)
func VersionString() string {