From 5bb78c08ba6bc4f6722366bcd3fbce38f2f4d0c6 Mon Sep 17 00:00:00 2001 From: Johannes Aubart Date: Wed, 30 Jul 2025 13:57:01 +0200 Subject: [PATCH] feat: release v0.14.0 --- VERSION | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 11aca4a..045d738 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.13.1-dev \ No newline at end of file +v0.14.0 \ No newline at end of file diff --git a/go.mod b/go.mod index 56fc65f..a90501e 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.13.1 + github.com/openmcp-project/controller-utils/api v0.14.0 github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0 go.uber.org/zap v1.27.0