update version number to 5.0.0

This commit is contained in:
Martin Grenfell 2015-11-13 16:57:21 +00:00
parent be8f18914c
commit 4dada8c04f

View File

@ -4,7 +4,7 @@ endif
let g:loaded_nerdtree_autoload = 1
function! nerdtree#version()
return '4.2.0'
return '5.0.0'
endfunction
" SECTION: General Functions {{{1