* update version to 2.0.2

This commit is contained in:
yi-portainer
2021-03-12 10:48:50 +13:00
parent 0f67a71da2
commit 0cf7e6f2eb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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"