diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-10-07 18:41:04 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-10-07 18:41:04 +0100 |
commit | c8fc68555c3607b0153d10df91d357d9603ccf90 (patch) | |
tree | 90961926206d513b020d65a4e34e7592d9282156 | |
parent | 15bf3851415dc21ebcfa98e0f2a5ec725034d6dd (diff) |
Version 0.1.0rc3v0.1.0rc3
-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 09bce41d..0d0ce4de 100644 --- a/internal/version.go +++ b/internal/version.go @@ -12,7 +12,7 @@ const ( VersionMajor = 0 VersionMinor = 1 VersionPatch = 0 - VersionTag = "rc2" // example: "rc1" + VersionTag = "rc3" // example: "rc1" ) func VersionString() string { |