From 395fe10305dd1330d6a2ce360719afd9d091e947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 26 Oct 2023 17:23:53 +0200 Subject: [PATCH] chore: prepare for next minor development cycle (0.27.0) --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 64bd8c9c77..f39e8d5a39 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ package internal // Version is the next development version of the application -const Version = "0.26.0" +const Version = "0.27.0"