diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-08-18 14:29:45 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-08-18 14:29:45 +0100 |
commit | cd3823308c3d263bc7d4618f430f4bf9fdda43f5 (patch) | |
tree | 9b46655624e1c799a919528ace67a3fb609d4c4c | |
parent | cf42ae60646343da28e55650383745d09298b0b9 (diff) |
Version 0.5.0rc1v0.5.0rc1
-rw-r--r-- | internal/version.go | 6 |
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 { |