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

feat(database-migration): enable donation header when upgrading Portainer (#1450)

This commit is contained in:
Anthony Lapenna 2017-11-28 13:40:33 +01:00 committed by GitHub
parent 27a388a030
commit ca036b56c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 1 deletions

View file

@ -392,7 +392,7 @@ const (
// APIVersion is the version number of the Portainer API.
APIVersion = "1.15.3"
// DBVersion is the version number of the Portainer database.
DBVersion = 6
DBVersion = 7
// DefaultTemplatesURL represents the default URL for the templates definitions.
DefaultTemplatesURL = "https://raw.githubusercontent.com/portainer/templates/master/templates.json"
)