1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

Merge branch 'release/2.5' into develop

This commit is contained in:
yi-portainer 2021-06-03 20:39:54 +12:00
commit 8bfa5132cd
2 changed files with 2 additions and 2 deletions

View file

@ -1327,7 +1327,7 @@ type (
const (
// APIVersion is the version number of the Portainer API
APIVersion = "2.5.0"
APIVersion = "2.5.1"
// DBVersion is the version number of the Portainer database
DBVersion = 27
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax

View file

@ -2,7 +2,7 @@
"author": "Portainer.io",
"name": "portainer",
"homepage": "http://portainer.io",
"version": "2.5.0",
"version": "2.5.1",
"repository": {
"type": "git",
"url": "git@github.com:portainer/portainer.git"