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

feat(api/bolt): update DBVersion to 25

This commit is contained in:
Anthony Lapenna 2020-07-25 11:10:46 +12:00
parent 3953acf110
commit e78aaec558
4 changed files with 32 additions and 18 deletions

View file

@ -1118,7 +1118,7 @@ const (
// APIVersion is the version number of the Portainer API
APIVersion = "2.0.0-dev"
// DBVersion is the version number of the Portainer database
DBVersion = 24
DBVersion = 25
// 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