From 32632ead78f93e38666385083e38a5aa99708707 Mon Sep 17 00:00:00 2001 From: sven1103-agent <261423644+sven1103-agent@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:37:24 +0200 Subject: [PATCH] chore: bump version to v1.0.0-alpha.13 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"