diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-09-30 13:31:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 13:31:05 +0100 |
commit | 0e2fb63b4fe832befd266fe7e886832901eac00e (patch) | |
tree | 25a8752b4fea1d78570882d27d6a3dcd0514dad7 /internal | |
parent | 6348486a1365c7469a498101f5035a9b6bd16d22 (diff) |
Version 0.10.0 (#2753)v0.10.0
Changelog and version bump.
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 f9b10170..0b19757c 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,8 +16,8 @@ var build string const ( VersionMajor = 0 - VersionMinor = 9 - VersionPatch = 9 + VersionMinor = 10 + VersionPatch = 0 VersionTag = "" // example: "rc1" ) |