From e3f7561cedd2283fd7fe3f6ae6f692450006a194 Mon Sep 17 00:00:00 2001 From: zees-dev <63374656+zees-dev@users.noreply.github.com> Date: Tue, 14 Sep 2021 10:20:26 +1200 Subject: [PATCH] portainer version updates (#5612) --- api/http/handler/handler.go | 2 +- api/portainer.go | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/http/handler/handler.go b/api/http/handler/handler.go index ec8a32e0c..764a83830 100644 --- a/api/http/handler/handler.go +++ b/api/http/handler/handler.go @@ -72,7 +72,7 @@ type Handler struct { } // @title PortainerCE API -// @version 2.6.3 +// @version 2.9.0 // @description.markdown api-description.md // @termsOfService diff --git a/api/portainer.go b/api/portainer.go index d70880f65..e52255054 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1455,7 +1455,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.6.3" + APIVersion = "2.9.0" // DBVersion is the version number of the Portainer database DBVersion = 32 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax diff --git a/package.json b/package.json index a8dadc9ad..93134fed7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.6.3", + "version": "2.9.0", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"