1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

chore(version): update to v2.4.0-dev

This commit is contained in:
Eric Wong 2024-03-24 14:57:36 +08:00
parent 41aba65a98
commit 6ca19772e1
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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 ~

View File

@ -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)"

View File

@ -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) {

View File

@ -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)"
# }}}