diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-05-26 13:01:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 13:01:04 +0100 |
commit | 45c4c006721756595b12b41638a86ec803ee9fbd (patch) | |
tree | c2f7c9c7e25308a5745d63b17cca1a41856e26a8 /internal/version.go | |
parent | 9e46d5025a5a817a618ffc79d6aae5970e6498d2 (diff) |
Version 0.8.6 (#2497)v0.8.6
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 04c9a8a8..0957b454 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 8 - VersionPatch = 5 + VersionPatch = 6 VersionTag = "" // example: "rc1" ) |