diff --git a/internal/version/version.go b/internal/version/version.go index 940a4af..eb4fa5f 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.14" +var Version = "v1.0.0-alpha.15"