From 9fd5669a2317731c7dfbb65fde2fa7f94bde51e6 Mon Sep 17 00:00:00 2001 From: deviantony Date: Wed, 14 Aug 2024 18:50:52 +0000 Subject: [PATCH] version: revert bump to rc1 --- api/portainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/portainer.go b/api/portainer.go index 1ac6f0d0f..373d1559d 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-rc1" + APIVersion = "2.21.0" // Edition is what this edition of Portainer is called Edition = PortainerCE // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax