From 534f85c9fc7f5cc7915cb46e0741a0fcbe8708b9 Mon Sep 17 00:00:00 2001 From: sven1103-agent <261423644+sven1103-agent@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:57:48 +0200 Subject: [PATCH] chore: bump version to v1.0.0-alpha.15 --- 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 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"