diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-01-17 19:04:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 19:04:02 +0100 |
commit | b55a7c238fb4b4db9ff4da0a25f0f83316d20f5e (patch) | |
tree | 9bfd803b01ac62625071d8815b160538c31e1fdc /internal/version.go | |
parent | 0d0280cf5ff71ec975b17d0f6dadcae7e46574b5 (diff) |
Version 0.10.9 (#2942)v0.10.9
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 685237b9..ff31dd78 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 10 - VersionPatch = 8 + VersionPatch = 9 VersionTag = "" // example: "rc1" ) |