mirror of https://github.com/halo-dev/halo
Bump Halo to 2.7.0-SNAPSHOT (#4026)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump Halo to 2.7.0-SNAPSHOT for next development iteration. #### Does this PR introduce a user-facing change? ```release-note None ```pull/4031/head
parent
65b27eed6c
commit
430b5fb270
|
@ -30,7 +30,7 @@ docker run \
|
|||
--name halo \
|
||||
-p 8090:8090 \
|
||||
-v ~/.halo2:/root/.halo2 \
|
||||
halohub/halo:2.5 \
|
||||
halohub/halo:2.6 \
|
||||
--halo.security.initializer.superadminusername=admin \
|
||||
--halo.security.initializer.superadminpassword=P@88w0rd
|
||||
```
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
version=2.6.0-SNAPSHOT
|
||||
version=2.7.0-SNAPSHOT
|
||||
r2dbc-mysql.version=1.0.2
|
||||
|
|
Loading…
Reference in New Issue