diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-08-25 14:14:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 14:14:10 +0100 |
commit | ed79e8626aa3fc909b9ff2dbe4a1e16620ee0e37 (patch) | |
tree | 1af2aab13d010ed101692ac87cde331be42b7aef /internal | |
parent | 07dd9bd9954d0740664651bf9755a81c3ba2d011 (diff) |
Version 0.9.5 (#2673)v0.9.5
Changelog and version bump.
Diffstat (limited to 'internal')
-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 384f091a..108b8ab0 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 9 - VersionPatch = 4 + VersionPatch = 5 VersionTag = "" // example: "rc1" ) |