Update version number to 2.4.1

This commit is contained in:
Michael F. Schönitzer
2019-04-20 14:01:11 +02:00
parent f105819c48
commit 79d6a1a4e2
2 changed files with 9 additions and 2 deletions

View File

@ -10,7 +10,7 @@ endif
let g:loaded_vimwiki = 1
" Set to version number for release, otherwise -1 for dev-branch
let s:plugin_vers = 2.4
let s:plugin_vers = "2.4.1"
" Get the directory the script is installed in
let s:plugin_dir = expand('<sfile>:p:h:h')