Skip to content

Commit

Permalink
Upgrade version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong committed Jun 29, 2024
1 parent 2d409ef commit 521bf48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object Configuration extends Logging {
// Only the specified token has permission to call some api
val GOVERNANCE_STATION_ADMIN_TOKEN_STARTWITH = "ADMIN-"

val VARIABLE_OPERATION: Boolean = CommonVars("wds.linkis.variable.operation", false).getValue
val VARIABLE_OPERATION: Boolean = CommonVars("wds.linkis.variable.operation", true).getValue

val ERROR_MSG_TIP =
CommonVars(
Expand Down
2 changes: 1 addition & 1 deletion linkis-web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VUE_APP_HOST=
BACKEND_URL=http://127.0.0.1:9001
VUE_APP_MN_CONFIG_PREFIX=
VUE_APP_MN_CONFIG_SOCKET=/ws/api/entrance/connect
VUE_APP_VERSION=1.5.0
VUE_APP_VERSION=1.6.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
<revision>1.5.0</revision>
<revision>1.6.0</revision>

<zookeeper.version>3.5.9</zookeeper.version>
<curator.version>4.2.0</curator.version>
Expand Down

0 comments on commit 521bf48

Please sign in to comment.