diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-31 16:44:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 16:44:41 +0000 |
commit | 8c7b274e4e223cbb888c1eb892767e46a25381aa (patch) | |
tree | dc7cf9630a44c9d0a49740f9000a1f846462fe19 /internal | |
parent | 4c38bd76ce39a557ef7085463b208cecb9fa773c (diff) |
Version 0.10.5 (#2845)v0.10.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 5d739a45..7254ab10 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 10 - VersionPatch = 4 + VersionPatch = 5 VersionTag = "" // example: "rc1" ) |