diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-07 15:55:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 15:55:29 +0100 |
commit | f1b8df0f49a8a2f2c3c9c4d421b880bd2b008e08 (patch) | |
tree | 826d4ce2e61fd254ba7884fbeb62eb2f44710905 /internal/version.go | |
parent | 1ca3f3efb512db4c1827eb571588ec31258782a5 (diff) |
Version 0.10.2 (#2778)v0.10.2
Changelog and version bump.
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 d508517b..56b83f85 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 10 - VersionPatch = 1 + VersionPatch = 2 VersionTag = "" // example: "rc1" ) |