1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

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

This commit is contained in:
wsdjeg 2023-03-30 20:43:41 +08:00
parent 0d3d740c8f
commit 390345e329
5 changed files with 5 additions and 8 deletions

View File

@ -51,7 +51,7 @@ let s:SYSTEM = SpaceVim#api#import('system')
"" ""
" Version of SpaceVim , this value can not be changed. " Version of SpaceVim , this value can not be changed.
let g:spacevim_version = '2.1.0' let g:spacevim_version = '2.2.0-dev'
lockvar g:spacevim_version lockvar g:spacevim_version
"" ""

View File

@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
echo " | ## " echo " | ## "
echo " | ## " echo " | ## "
echo " |__/ " echo " |__/ "
echo " 版本: 2.1.0 中文官网: https://spacevim.org/cn/ " echo " 版本: 2.2.0-dev 中文官网: https://spacevim.org/cn/ "
Push-Location ~ Push-Location ~
@ -119,5 +119,3 @@ echo "
echo "" echo ""
Pause Pause
# vim:set ft=powershell nowrap:

View File

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

View File

@ -19,7 +19,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/
echo " | ## " echo " | ## "
echo " | ## " echo " | ## "
echo " |__/ " echo " |__/ "
echo " version : v2.1.0 by : spacevim.org " echo " version : v2.2.0-dev by : spacevim.org "
Function Pause ($Message = "Press any key to continue . . . ") { Function Pause ($Message = "Press any key to continue . . . ") {
if ((Test-Path variable:psISE) -and $psISE) { if ((Test-Path variable:psISE) -and $psISE) {
@ -140,4 +140,3 @@ echo ""
echo "That's it. Thanks for installing $app_name. Enjoy!" echo "That's it. Thanks for installing $app_name. Enjoy!"
echo "" echo ""
Pause Pause

View File

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