aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2021-08-18 14:29:45 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2021-08-18 14:29:45 +0100
commitcd3823308c3d263bc7d4618f430f4bf9fdda43f5 (patch)
tree9b46655624e1c799a919528ace67a3fb609d4c4c
parentcf42ae60646343da28e55650383745d09298b0b9 (diff)
Version 0.5.0rc1v0.5.0rc1
-rw-r--r--internal/version.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/version.go b/internal/version.go
index 55997ffc..6ba1f13a 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -16,9 +16,9 @@ var build string
const (
VersionMajor = 0
- VersionMinor = 4
- VersionPatch = 1
- VersionTag = "" // example: "rc1"
+ VersionMinor = 5
+ VersionPatch = 0
+ VersionTag = "rc1" // example: "rc1"
)
func VersionString() string {