From ea9814e5ee03c3dcb6b8b0a59746a5d6ea032a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianguido=20Sor=C3=A0?= Date: Wed, 10 Jan 2024 10:34:37 +0100 Subject: [PATCH] app/version: bump to v0.19-rc (#2775) Update version support matrix as well. category: misc ticket: none --- app/version/version.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/version/version.go b/app/version/version.go index da4dccaae..849c2566f 100644 --- a/app/version/version.go +++ b/app/version/version.go @@ -15,7 +15,7 @@ import ( ) // version a string since it is overwritten at build-time with the git tag for official releases. -var version = "v0.19-dev" +var version = "v0.19-rc" // Version is the branch version of the codebase. // - Main branch: v0.X-dev @@ -28,7 +28,6 @@ func Supported() []SemVer { // Current minor version always goes first. {major: 0, minor: 19}, {major: 0, minor: 18}, - {major: 0, minor: 17}, } }