From daab51ca454a4fa78ee5f2ef0d2b4d2911457b0e Mon Sep 17 00:00:00 2001 From: Johannes Aubart Date: Mon, 21 Jul 2025 15:46:28 +0200 Subject: [PATCH] feat: release v0.13.0 --- VERSION | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 45125fa..6ddc061 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.12.0-dev \ No newline at end of file +v0.13.0 \ No newline at end of file diff --git a/go.mod b/go.mod index 987a9bf..1b186a7 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/onsi/ginkgo v1.16.5 github.com/onsi/ginkgo/v2 v2.23.4 github.com/onsi/gomega v1.37.0 - github.com/openmcp-project/controller-utils/api v0.12.0 + github.com/openmcp-project/controller-utils/api v0.13.0 github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0 go.uber.org/zap v1.27.0