From 8558514f301a954ff87f27eaea30fbd7db313066 Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Tue, 15 Jun 2021 23:35:59 +0800 Subject: [PATCH] Update version to v1.8.0-dev (#4286) --- README.md | 2 +- autoload/SpaceVim.vim | 2 +- docs/cn/index.md | 2 +- docs/cn/install.cmd | 2 +- docs/cn/install.sh | 2 +- docs/index.md | 2 +- docs/install.cmd | 2 +- docs/install.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index da87f062d..f661dbfe3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/SpaceVim) [![build](https://github.com/SpaceVim/SpaceVim/workflows/build/badge.svg)](https://github.com/SpaceVim/SpaceVim/actions?query=workflow%3Abuild) -[![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.8.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) [![Doc](https://img.shields.io/badge/doc-%3Ah%20SpaceVim-orange.svg)](doc/SpaceVim.txt) diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 5053c69c0..b0b354bc9 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -45,7 +45,7 @@ let s:SYSTEM = SpaceVim#api#import('system') "" " Version of SpaceVim , this value can not be changed. -let g:spacevim_version = '1.7.0' +let g:spacevim_version = '1.8.0-dev' lockvar g:spacevim_version "" diff --git a/docs/cn/index.md b/docs/cn/index.md index 7619042cf..3a5ae6a25 100644 --- a/docs/cn/index.md +++ b/docs/cn/index.md @@ -7,7 +7,7 @@ lang: zh [![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/cn) [![build](https://github.com/SpaceVim/SpaceVim/workflows/build/badge.svg)](https://github.com/SpaceVim/SpaceVim/actions?query=workflow%3Abuild) [![codecov](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master/graph/badge.svg?token=jVQLVETbAI)](https://codecov.io/gh/SpaceVim/SpaceVim) -[![Version](https://img.shields.io/badge/version-1.7.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.8.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) ![welcome page](https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png) diff --git a/docs/cn/install.cmd b/docs/cn/install.cmd index 8d080ea29..0861fe411 100644 --- a/docs/cn/install.cmd +++ b/docs/cn/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " 版本: 1.7.0 中文官网: https://spacevim.org/cn/ " +echo " 版本: 1.8.0-dev 中文官网: https://spacevim.org/cn/ " Push-Location ~ diff --git a/docs/cn/install.sh b/docs/cn/install.sh index 7e1d47304..db046c439 100755 --- a/docs/cn/install.sh +++ b/docs/cn/install.sh @@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White # }}} # version -Version='1.7.0' +Version='1.8.0-dev' #System name System="$(uname -s)" diff --git a/docs/index.md b/docs/index.md index 47b9b197a..33177b146 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov [![Gitter](https://badges.gitter.im/SpaceVim/SpaceVim.svg)](https://gitter.im/SpaceVim/SpaceVim) [![build](https://github.com/SpaceVim/SpaceVim/workflows/build/badge.svg)](https://github.com/SpaceVim/SpaceVim/actions?query=workflow%3Abuild) -[![Version](https://img.shields.io/badge/version-1.7.0-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) +[![Version](https://img.shields.io/badge/version-1.8.0--dev-8700FF.svg)](https://github.com/SpaceVim/SpaceVim/releases) [![GPLv3 License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE) ![welcome page](https://user-images.githubusercontent.com/13142418/121829909-64cb5380-ccf6-11eb-9d5a-f576fa63e69c.png) diff --git a/docs/install.cmd b/docs/install.cmd index ba52cb931..1d5c6649c 100644 --- a/docs/install.cmd +++ b/docs/install.cmd @@ -11,7 +11,7 @@ echo " \______/| ##____/ \_______/\_______/\_______/ \_/ |__|__/ |__/ echo " | ## " echo " | ## " echo " |__/ " -echo " version : 1.7.0 by : spacevim.org " +echo " version : 1.8.0-dev by : spacevim.org " Push-Location ~ diff --git a/docs/install.sh b/docs/install.sh index 159febe37..e8d7f81b7 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -84,7 +84,7 @@ On_IWhite='\033[0;107m' # White # }}} # version -Version='1.7.0' +Version='1.8.0-dev' #System name System="$(uname -s)"