summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/vdebug.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim
index 98b939b..2f77daa 100644
--- a/plugin/vdebug.vim
+++ b/plugin/vdebug.vim
@@ -8,7 +8,7 @@
" Description: Multi-language debugger client for Vim (PHP, Ruby, Python,
" Perl, NodeJS)
" Maintainer: Jon Cairns <jon at joncairns.com>
-" Version: 1.4.1
+" Version: 2.0.0
" Inspired by the Xdebug plugin, which was originally written by
" Seung Woo Shin <segv <at> sayclub.com> and extended by many
" others.