mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(api): increment api version to latest (#5414)
This commit is contained in:
parent
0954239e19
commit
8d01b45445
1 changed files with 1 additions and 1 deletions
|
@ -1392,7 +1392,7 @@ type (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// APIVersion is the version number of the Portainer API
|
// APIVersion is the version number of the Portainer API
|
||||||
APIVersion = "2.6.0"
|
APIVersion = "2.6.2"
|
||||||
// DBVersion is the version number of the Portainer database
|
// DBVersion is the version number of the Portainer database
|
||||||
DBVersion = 32
|
DBVersion = 32
|
||||||
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax
|
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue