diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-01-28 14:13:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 14:13:36 +0000 |
commit | bde7c1fd8ca040f61f339c96c6589d57feca3dd9 (patch) | |
tree | 82eb6d88f531be2b74ec6dd666ce473db77083ba /internal/version.go | |
parent | 8e4002831f6681b5f2de1c6490184ed6ed2275fe (diff) |
Version 0.6 (#2117)v0.6
* Bump version, release notes
* Update changelog
* Update changelog
Diffstat (limited to 'internal/version.go')
-rw-r--r-- | internal/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go index 88123693..f09daabd 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,8 +16,8 @@ var build string const ( VersionMajor = 0 - VersionMinor = 5 - VersionPatch = 1 + VersionMinor = 6 + VersionPatch = 0 VersionTag = "" // example: "rc1" ) |