mirror of https://github.com/halo-dev/halo
Upgrade version to 2.6.0-SNAPSHOT (#3916)
#### What type of PR is this? /kind chore /area core #### What this PR does / why we need it: Upgrade version to 2.6.0-SNAPSHOT for next development iteration. #### Does this PR introduce a user-facing change? ```release-note None ```pull/3919/head^2
parent
7d27cc9712
commit
0564c5dc35
|
@ -30,8 +30,7 @@ docker run \
|
|||
--name halo \
|
||||
-p 8090:8090 \
|
||||
-v ~/.halo2:/root/.halo2 \
|
||||
halohub/halo:2.4 \
|
||||
--halo.external-url=http://localhost:8090/ \
|
||||
halohub/halo:2.5 \
|
||||
--halo.security.initializer.superadminusername=admin \
|
||||
--halo.security.initializer.superadminpassword=P@88w0rd
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
version=2.5.0-SNAPSHOT
|
||||
version=2.6.0-SNAPSHOT
|
||||
|
|
Loading…
Reference in New Issue