mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
chore(version): update to v2.4.0-dev
This commit is contained in:
parent
41aba65a98
commit
6ca19772e1
@ -51,7 +51,7 @@ let s:SYSTEM = SpaceVim#api#import('system')
|
||||
|
||||
""
|
||||
" Version of SpaceVim , this value can not be changed.
|
||||
let g:spacevim_version = '2.3.0'
|
||||
let g:spacevim_version = '2.4.0-dev'
|
||||
|
||||
""
|
||||
" @section default_indent, options-default_indent
|
||||
|
@ -24,7 +24,7 @@ The last release is v2.2.0, After 9 months development.
|
||||
The v2.3.0 has been released.
|
||||
So let's take a look at what happened since last release.
|
||||
|
||||
![welcome page](https://img.spacevim.org/release-v2.2.0.png)
|
||||
![welcome page](https://img.spacevim.org/release-v2.3.0.png)
|
||||
|
||||
- [Quick start guide](../quick-start-guide/): installation, configuration, and resources of learning SpaceVim
|
||||
- [documentation](../documentation/): the primary official document of SpaceVim
|
||||
|
@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
|
||||
echo " | ## "
|
||||
echo " | ## "
|
||||
echo " |__/ "
|
||||
echo " 版本: 2.3.0 中文官网: https://spacevim.org/cn/ "
|
||||
echo " 版本: 2.4.0-dev 中文官网: https://spacevim.org/cn/ "
|
||||
|
||||
Push-Location ~
|
||||
|
||||
|
@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
|
||||
# }}}
|
||||
|
||||
# version
|
||||
Version='2.3.0'
|
||||
Version='2.4.0-dev'
|
||||
#System name
|
||||
System="$(uname -s)"
|
||||
|
||||
|
@ -19,7 +19,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
|
||||
echo " | ## "
|
||||
echo " | ## "
|
||||
echo " |__/ "
|
||||
echo " version : v2.3.0 by : spacevim.org "
|
||||
echo " version : v2.4.0-dev by : spacevim.org "
|
||||
|
||||
Function Pause ($Message = "Press any key to continue . . . ") {
|
||||
if ((Test-Path variable:psISE) -and $psISE) {
|
||||
|
@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
|
||||
# }}}
|
||||
|
||||
# version
|
||||
Version='2.3.0'
|
||||
Version='2.4.0-dev'
|
||||
#System name
|
||||
System="$(uname -s)"
|
||||
# }}}
|
||||
|
Loading…
Reference in New Issue
Block a user