From e84f80a68ae7a5b03995ad712f8fbdc8483f0fd8 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Sat, 22 Oct 2016 06:42:09 +0300 Subject: [PATCH] Bump version. --- plugin/syntastic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 8f741b04..9a3f4c1a 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -19,7 +19,7 @@ if has('reltime') lockvar! g:_SYNTASTIC_START endif -let g:_SYNTASTIC_VERSION = '3.8.0' +let g:_SYNTASTIC_VERSION = '3.8.0-2' lockvar g:_SYNTASTIC_VERSION " Sanity checks {{{1