diff --git a/internal/version/version.go b/internal/version/version.go index bb28326..6839b06 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -4,4 +4,4 @@ package version // Version is the current version of oc. // Release automation updates this in the tagged source so `go install // module@version` reports the same version as release binaries. -var Version = "v1.0.0-alpha.12" +var Version = "v1.0.0-alpha.13"