1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

* bump the APIVersion to 2.0.1 (#4688)

This commit is contained in:
Yi Chen 2021-01-07 14:47:32 +13:00 committed by GitHub
parent b78d804881
commit 1b82b450d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1119,7 +1119,7 @@ type (
const (
// APIVersion is the version number of the Portainer API
APIVersion = "2.0.0"
APIVersion = "2.0.1"
// DBVersion is the version number of the Portainer database
DBVersion = 25
// AssetsServerURL represents the URL of the Portainer asset server