diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-05-06 16:34:52 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-05-06 16:34:52 +0100 |
commit | 633ca06eb9f7652a6c4be04b3ffe8950419a8ee3 (patch) | |
tree | 9b0d575489faf1fc080f303219da1310699fd119 | |
parent | 6bc6184d70614a9ba2cc585c88f66e6a780ddb98 (diff) |
Version 0.8.3rc1v0.8.3rc1
-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 2477bc9a..e7454883 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,8 +17,8 @@ var build string const ( VersionMajor = 0 VersionMinor = 8 - VersionPatch = 2 - VersionTag = "" // example: "rc1" + VersionPatch = 3 + VersionTag = "rc1" // example: "rc1" ) func VersionString() string { |