diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-08-03 17:42:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 17:42:13 +0100 |
commit | a2bed259dd765bd0b9781cd65594343d22c07986 (patch) | |
tree | 83413d13523987279c16ba30752d37c7a79d6b39 /internal/version.go | |
parent | 3bf5ae5ffef0ebc140f55320658d9b07bc58e848 (diff) |
Version 0.9.1 (#2616)v0.9.1
* Version 0.9.1
* Update CHANGES.md
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 6d29a68e..38d0864e 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 9 - VersionPatch = 0 + VersionPatch = 1 VersionTag = "" // example: "rc1" ) |