diff --git a/internal/version/version.go b/internal/version/version.go index 26e24b881..944e9936d 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,7 +2,7 @@ package version var ( // Version shows the current notation version, optionally with pre-release. - Version = "v1.0.0-rc.2" + Version = "v1.0.0-rc.3" // BuildMetadata stores the build metadata. //