1
0
Fork 0
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:
Matt Hook 2022-07-22 10:55:17 +12:00 committed by GitHub
parent 767d1d1970
commit c47fd9f9ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -910,7 +910,7 @@
],
"version": {
"DB_UPDATING": "false",
"DB_VERSION": "51",
"DB_VERSION": "52",
"INSTANCE_ID": "null"
}
}

View file

@ -80,7 +80,7 @@ type Handler struct {
}
// @title PortainerCE API
// @version 2.14.1
// @version 2.14.2
// @description.markdown api-description.md
// @termsOfService

View file

@ -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

View file

@ -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"