diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-05-09 17:31:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 17:31:14 +0100 |
commit | 6b3c183396233a6d03102535b238b713617ae2ac (patch) | |
tree | 6a5c1b3c4d094ebf7dc2a1f9835637744bf9fc5b /internal | |
parent | 236b16aa6c97bc0894388dce7f6b420ef7a1fd88 (diff) |
Version 0.8.3 (#2431)v0.8.3
* Version 0.8.3
* Update changelog
Diffstat (limited to 'internal')
-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 e7454883..08c02cfc 100644 --- a/internal/version.go +++ b/internal/version.go @@ -18,7 +18,7 @@ const ( VersionMajor = 0 VersionMinor = 8 VersionPatch = 3 - VersionTag = "rc1" // example: "rc1" + VersionTag = "" // example: "rc1" ) func VersionString() string { |