From 1b82b450d76cc68d635c7dba47ae303583df0919 Mon Sep 17 00:00:00 2001 From: Yi Chen <69284638+yi-portainer@users.noreply.github.com> Date: Thu, 7 Jan 2021 14:47:32 +1300 Subject: [PATCH] * bump the APIVersion to 2.0.1 (#4688) --- api/portainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/portainer.go b/api/portainer.go index e68e0c223..64197edef 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1119,7 +1119,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.0.0" + APIVersion = "2.0.1" // DBVersion is the version number of the Portainer database DBVersion = 25 // AssetsServerURL represents the URL of the Portainer asset server