1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

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

This commit is contained in:
wsdjeg 2023-07-05 12:20:47 +08:00
parent 998535a860
commit 3da610a107
5 changed files with 5 additions and 5 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.2.0'
let g:spacevim_version = '2.3.0-dev'
lockvar g:spacevim_version
""

View File

@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
echo " | ## "
echo " | ## "
echo " |__/ "
echo " 版本: 2.2.0 中文官网: https://spacevim.org/cn/ "
echo " 版本: 2.3.0-dev 中文官网: https://spacevim.org/cn/ "
Push-Location ~

View File

@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White
# }}}
# version
Version='2.2.0'
Version='2.3.0-dev'
#System name
System="$(uname -s)"

View File

@ -19,7 +19,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
echo " | ## "
echo " | ## "
echo " |__/ "
echo " version : v2.2.0 by : spacevim.org "
echo " version : v2.3.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.2.0'
Version='2.3.0-dev'
#System name
System="$(uname -s)"
# }}}