Compare commits

...

1 Commits

Author SHA1 Message Date
itsconquest
54d31c51fa fix(api): increment api version to latest 2021-08-12 09:59:00 +12:00

View File

@@ -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