From 764b664fd8d39fb826a11359195edf12fac975fc Mon Sep 17 00:00:00 2001 From: John Niang Date: Wed, 1 Feb 2023 16:04:09 +0800 Subject: [PATCH] Bump Halo version to 2.3.0-SNAPSHOT for main branch (#3201) #### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump Halo version to 2.3.0-SNAPSHOT and 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 1f0aab71c..4141c0a85 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ docker run \ --name halo \ -p 8090:8090 \ -v ~/.halo2:/root/.halo2 \ - halohub/halo:2.1 \ + halohub/halo:2.2 \ --halo.external-url=http://localhost:8090/ \ --halo.security.initializer.superadminuser=admin \ --halo.security.initializer.superadminpassword=P@88w0rd diff --git a/gradle.properties b/gradle.properties index 886702075..65362284e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2.2.0-SNAPSHOT +version=2.3.0-SNAPSHOT