From efc2bf92920cb21ed59133a4eee8c85e1d7c40e2 Mon Sep 17 00:00:00 2001 From: deviantony Date: Wed, 14 Aug 2024 18:40:52 +0000 Subject: [PATCH] version: bump version to 2.21.0-rc1 --- api/portainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/portainer.go b/api/portainer.go index 373d1559d..1ac6f0d0f 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1601,7 +1601,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.21.0" + APIVersion = "2.21.0-rc1" // Edition is what this edition of Portainer is called Edition = PortainerCE // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax