From d8e813926088b49563d0867272025fd3c000194c Mon Sep 17 00:00:00 2001 From: John Niang Date: Sun, 2 Apr 2023 23:52:11 +0800 Subject: [PATCH] Bump up version to 2.5.0-SNAPSHOT (#3653) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: - Bump up version to 2.5.0-SNAPSHOT for next development - Update README.md #### 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 7b5a8b15b..441d362f3 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.2 \ + halohub/halo:2.4 \ --halo.external-url=http://localhost:8090/ \ --halo.security.initializer.superadminusername=admin \ --halo.security.initializer.superadminpassword=P@88w0rd diff --git a/gradle.properties b/gradle.properties index 4cca1c2ba..ea978f01f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.4.0-SNAPSHOT +version=2.5.0-SNAPSHOT