* update version to 2.0.2
This commit is contained in:
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user