aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2020-10-02 17:25:59 +0100
committerKegan Dougal <kegan@matrix.org>2020-10-02 17:25:59 +0100
commitf7cecdd9a85fe2806a99e426b806832e7036da1e (patch)
treee3bbbaa13c708891d6f2abee5f39d4975fe5582e
parent4e8c484618f5bfd5b7349cc2afd102cd5feb3861 (diff)
Bump to 0.1.0rc1v0.1.0rc1
-rw-r--r--internal/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go
index 718273e7..24201b35 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -10,9 +10,9 @@ var build string
const (
VersionMajor = 0
- VersionMinor = 0
+ VersionMinor = 1
VersionPatch = 0
- VersionTag = "" // example: "rc1"
+ VersionTag = "rc1" // example: "rc1"
)
func VersionString() string {