diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-08-01 17:34:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 17:34:29 +0100 |
commit | 3d51624fefa7f78833652e21760a75527dafce9b (patch) | |
tree | 0819e0a92194cce5338d40f4cc5c92e4467033d5 /internal | |
parent | e94ef84aaba30e12baf7f524c4e7a36d2fdeb189 (diff) |
Version 0.9.0 (#2602)v0.9.0
Diffstat (limited to 'internal')
-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 9568f08c..6d29a68e 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,8 +16,8 @@ var build string const ( VersionMajor = 0 - VersionMinor = 8 - VersionPatch = 9 + VersionMinor = 9 + VersionPatch = 0 VersionTag = "" // example: "rc1" ) |