1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(api): data migration to update default Portainer authorizations (#3314)

This commit is contained in:
Anthony Lapenna 2019-10-31 12:12:04 +13:00 committed by GitHub
parent 310b6b34da
commit 0175490161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 1 deletions

View file

@ -905,7 +905,7 @@ const (
// APIVersion is the version number of the Portainer API
APIVersion = "1.22.1"
// DBVersion is the version number of the Portainer database
DBVersion = 20
DBVersion = 21
// AssetsServerURL represents the URL of the Portainer asset server
AssetsServerURL = "https://portainer-io-assets.sfo2.digitaloceanspaces.com"
// MessageOfTheDayURL represents the URL where Portainer MOTD message can be retrieved