From 71635834c7485a2a2d5ca5e06ce2ae058f93214c Mon Sep 17 00:00:00 2001 From: yi-portainer Date: Thu, 13 May 2021 18:30:34 +1200 Subject: [PATCH] * update portainer version to 2.5.0 (cherry picked from commit 43702c251664506bba0e3eefc81100ea86e4b86f) --- api/portainer.go | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/portainer.go b/api/portainer.go index 0f6a72568..f134eb26a 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1327,7 +1327,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.4.0" + APIVersion = "2.5.0" // DBVersion is the version number of the Portainer database DBVersion = 27 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax diff --git a/package.json b/package.json index f84a16f8c..b8edd6940 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.4.0", + "version": "2.5.0", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"