diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-07-01 12:00:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 12:00:32 +0100 |
commit | b5c55faf9886bd66a33e5555ad0bb20465bf08f7 (patch) | |
tree | d84d12ab632eb769aa44bcfc0a57fdea3e281c08 /internal/version.go | |
parent | b50a24c666c4c45e1410dfc35d5ab2dc7e530a0f (diff) |
Version 0.8.9 (#2549)v0.8.9
* Version 0.8.9
* Update changelog
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 e29996f3..9568f08c 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 8 - VersionPatch = 8 + VersionPatch = 9 VersionTag = "" // example: "rc1" ) |