mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
bump release version (#7733)
This commit is contained in:
parent
e5f8466fb9
commit
90a0e6fe35
4 changed files with 5 additions and 5 deletions
|
@ -1441,9 +1441,9 @@ type (
|
|||
|
||||
const (
|
||||
// APIVersion is the version number of the Portainer API
|
||||
APIVersion = "2.16.0"
|
||||
APIVersion = "2.17.0"
|
||||
// DBVersion is the version number of the Portainer database
|
||||
DBVersion = 70
|
||||
DBVersion = 80
|
||||
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax
|
||||
ComposeSyntaxMaxVersion = "3.9"
|
||||
// AssetsServerURL represents the URL of the Portainer asset server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue