Bump portainer version to 2.1.1

pull/4860/head
Stéphane Busso 4 years ago
parent d5864d78fc
commit aa25eac951

@ -1140,7 +1140,7 @@ type (
const (
// APIVersion is the version number of the Portainer API
APIVersion = "2.1.0"
APIVersion = "2.1.1"
// DBVersion is the version number of the Portainer database
DBVersion = 26
// ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax

@ -2,7 +2,7 @@
"author": "Portainer.io",
"name": "portainer",
"homepage": "http://portainer.io",
"version": "2.1.0",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "git@github.com:portainer/portainer.git"
@ -10,12 +10,10 @@
"bugs": {
"url": "https://github.com/portainer/portainer/issues"
},
"licenses": [
{
"type": "Zlib",
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
}
],
"licenses": [{
"type": "Zlib",
"url": "https://raw.githubusercontent.com/portainer/portainer/develop/LICENSE"
}],
"scripts": {
"build": "grunt clean:all && grunt build",
"build:server": "grunt clean:server && grunt build:server",

Loading…
Cancel
Save