diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-02-04 14:44:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-04 14:44:45 +0000 |
commit | 585ced89bd846e9657dc5eb0535dcecc30476cbd (patch) | |
tree | 0140927fcc3fbd2edf8f28dcac0cfdbf40097166 /internal/version.go | |
parent | 9de7efa0b095f40457f0e348632c77326dcb4a42 (diff) |
Version 0.6.1 (#2145)v0.6.1
Diffstat (limited to 'internal/version.go')
-rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index f09daabd..0e9b7363 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 6 - VersionPatch = 0 + VersionPatch = 1 VersionTag = "" // example: "rc1" ) |