mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 16:25:22 +02:00
bump version to 2.14.2 (#7304)
This commit is contained in:
parent
767d1d1970
commit
c47fd9f9ed
4 changed files with 5 additions and 5 deletions
|
@ -910,7 +910,7 @@
|
|||
],
|
||||
"version": {
|
||||
"DB_UPDATING": "false",
|
||||
"DB_VERSION": "51",
|
||||
"DB_VERSION": "52",
|
||||
"INSTANCE_ID": "null"
|
||||
}
|
||||
}
|
|
@ -80,7 +80,7 @@ type Handler struct {
|
|||
}
|
||||
|
||||
// @title PortainerCE API
|
||||
// @version 2.14.1
|
||||
// @version 2.14.2
|
||||
// @description.markdown api-description.md
|
||||
// @termsOfService
|
||||
|
||||
|
|
|
@ -1385,9 +1385,9 @@ type (
|
|||
|
||||
const (
|
||||
// APIVersion is the version number of the Portainer API
|
||||
APIVersion = "2.14.1"
|
||||
APIVersion = "2.14.2"
|
||||
// DBVersion is the version number of the Portainer database
|
||||
DBVersion = 51
|
||||
DBVersion = 52
|
||||
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax
|
||||
ComposeSyntaxMaxVersion = "3.9"
|
||||
// AssetsServerURL represents the URL of the Portainer asset server
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"author": "Portainer.io",
|
||||
"name": "portainer",
|
||||
"homepage": "http://portainer.io",
|
||||
"version": "2.14.1",
|
||||
"version": "2.14.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:portainer/portainer.git"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue