From 0564c5dc353facf0cbaac4e9b402e7c0662fb9fa Mon Sep 17 00:00:00 2001 From: John Niang Date: Tue, 9 May 2023 10:17:43 +0800 Subject: [PATCH] Upgrade version to 2.6.0-SNAPSHOT (#3916) #### What type of PR is this? /kind chore /area core #### What this PR does / why we need it: Upgrade version to 2.6.0-SNAPSHOT for next development iteration. #### Does this PR introduce a user-facing change? ```release-note None ``` --- README.md | 3 +-- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 441d362f3..03686ec1c 100755 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ docker run \ --name halo \ -p 8090:8090 \ -v ~/.halo2:/root/.halo2 \ - halohub/halo:2.4 \ - --halo.external-url=http://localhost:8090/ \ + halohub/halo:2.5 \ --halo.security.initializer.superadminusername=admin \ --halo.security.initializer.superadminpassword=P@88w0rd ``` diff --git a/gradle.properties b/gradle.properties index ea978f01f..29b6902bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.5.0-SNAPSHOT +version=2.6.0-SNAPSHOT