From bf2b92e77c35d70c85db4141a14702c188f1d45b Mon Sep 17 00:00:00 2001 From: John Niang Date: Fri, 30 Jun 2023 15:44:13 +0800 Subject: [PATCH] Prepare for next release 2.8.0 (#4168) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: - Update README - Bump version to 2.8.0-SNAPSHOT #### Does this PR introduce a user-facing change? ```release-note None ``` --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ffc3dfa9..31304546f 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ docker run \ --name halo \ -p 8090:8090 \ -v ~/.halo2:/root/.halo2 \ - halohub/halo:2.6 \ + halohub/halo:2.7 \ --halo.security.initializer.superadminusername=admin \ --halo.security.initializer.superadminpassword=P@88w0rd ``` diff --git a/gradle.properties b/gradle.properties index f16f4c357..d7bce9a33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.7.0-SNAPSHOT +version=2.8.0-SNAPSHOT