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

chore(version): bump version number

This commit is contained in:
Anthony Lapenna 2019-10-11 10:40:41 +13:00
parent 8de507a15d
commit 4fad28590d
6 changed files with 8 additions and 8 deletions

View file

@ -903,7 +903,7 @@ type (
const (
// APIVersion is the version number of the Portainer API
APIVersion = "1.22.0"
APIVersion = "1.22.1"
// DBVersion is the version number of the Portainer database
DBVersion = 20
// AssetsServerURL represents the URL of the Portainer asset server
@ -913,7 +913,7 @@ const (
// VersionCheckURL represents the URL used to retrieve the latest version of Portainer
VersionCheckURL = "https://api.github.com/repos/portainer/portainer/releases/latest"
// ExtensionDefinitionsURL represents the URL where Portainer extension definitions can be retrieved
ExtensionDefinitionsURL = AssetsServerURL + "/extensions-1.22.0.json"
ExtensionDefinitionsURL = AssetsServerURL + "/extensions-1.22.1.json"
// SupportProductsURL represents the URL where Portainer support products can be retrieved
SupportProductsURL = AssetsServerURL + "/support.json"
// PortainerAgentHeader represents the name of the header available in any agent response