From e4605d990d06a6cb9a104ab3348e6ecac3c4c533 Mon Sep 17 00:00:00 2001 From: yi-portainer Date: Tue, 2 Feb 2021 17:42:57 +1300 Subject: [PATCH] * update portainer version --- api/portainer.go | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/portainer.go b/api/portainer.go index 1de9e2816..00e1c32de 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1125,7 +1125,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.0.1" + APIVersion = "2.1.0" // DBVersion is the version number of the Portainer database DBVersion = 25 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax diff --git a/package.json b/package.json index a04f5385f..e7cac55e7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.0.0", + "version": "2.1.0", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"