diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-11-29 16:26:33 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-11-29 16:26:33 +0000 |
commit | ed497aa8b2d24b5d5ac00df773dab5087ddcf5ca (patch) | |
tree | 7c17204e7d321dabb30246271767f6ac03be6dea /internal/version.go | |
parent | f8d1dc521d401b78163840d8ff978cb2cd2718d7 (diff) |
Version 0.10.8v0.10.8
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 85b19046..685237b9 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 10 - VersionPatch = 7 + VersionPatch = 8 VersionTag = "" // example: "rc1" ) |