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
```
pull/3672/head
John Niang 2023-04-02 23:52:11 +08:00 committed by GitHub
parent a215c3faeb
commit d8e8139260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ docker run \
--name halo \ --name halo \
-p 8090:8090 \ -p 8090:8090 \
-v ~/.halo2:/root/.halo2 \ -v ~/.halo2:/root/.halo2 \
halohub/halo:2.2 \ halohub/halo:2.4 \
--halo.external-url=http://localhost:8090/ \ --halo.external-url=http://localhost:8090/ \
--halo.security.initializer.superadminusername=admin \ --halo.security.initializer.superadminusername=admin \
--halo.security.initializer.superadminpassword=P@88w0rd --halo.security.initializer.superadminpassword=P@88w0rd

View File

@ -1 +1 @@
version=2.4.0-SNAPSHOT version=2.5.0-SNAPSHOT