From 8421113d49d05805bb5390f414ed812d0a3e8f19 Mon Sep 17 00:00:00 2001 From: zees-dev <63374656+zees-dev@users.noreply.github.com> Date: Sat, 2 Oct 2021 08:40:03 +1300 Subject: [PATCH] portainer version updates (#5807) --- 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 e2d6bcc77..8ea0e3792 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.9.0 +// @version 2.9.1 // @description.markdown api-description.md // @termsOfService diff --git a/api/portainer.go b/api/portainer.go index d9642c5e9..4fa7430aa 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1462,7 +1462,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.9.0" + APIVersion = "2.9.1" // 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 4a3762ba0..dd095ea7a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.9.0", + "version": "2.9.1", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"