diff --git a/api/portainer.go b/api/portainer.go index 8ce529370..e512bd2fe 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1226,7 +1226,7 @@ type ( const ( // APIVersion is the version number of the Portainer API - APIVersion = "2.0.1" + APIVersion = "2.0.2" // DBVersion is the version number of the Portainer CE database DBVersion = 25 // DBVersionEE is the version number of the Portainer EE database @@ -1747,7 +1747,7 @@ const ( OperationK8sClusterNodeW Authorization = "K8sClusterNodeW" OperationK8sClusterSetupRW Authorization = "K8sClusterSetupRW" OperationK8sApplicationErrorDetailsR Authorization = "K8sApplicationErrorDetailsR" - OperationK8sStorageClassDisabledR Authorization = "K8sStorageClassDisabledR" + OperationK8sStorageClassDisabledR Authorization = "K8sStorageClassDisabledR" ) // GetEditionLabel returns the portainer edition label diff --git a/package.json b/package.json index 7b48c32f8..69af7b8a9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Portainer.io", "name": "portainer", "homepage": "http://portainer.io", - "version": "2.0.1", + "version": "2.0.2", "repository": { "type": "git", "url": "git@github.com:portainer/portainer.git"