|
|
@ -305,7 +305,7 @@ type (
|
|
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
const (
|
|
|
|
// APIVersion is the version number of the Portainer API.
|
|
|
|
// APIVersion is the version number of the Portainer API.
|
|
|
|
APIVersion = "1.13.3"
|
|
|
|
APIVersion = "1.13.4"
|
|
|
|
// DBVersion is the version number of the Portainer database.
|
|
|
|
// DBVersion is the version number of the Portainer database.
|
|
|
|
DBVersion = 2
|
|
|
|
DBVersion = 2
|
|
|
|
// DefaultTemplatesURL represents the default URL for the templates definitions.
|
|
|
|
// DefaultTemplatesURL represents the default URL for the templates definitions.
|
|
|
|