Bump version

Signed-off-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
James McCoy
2020-11-11 15:31:28 -05:00
parent 6d106fa49d
commit cb8e5f1031

View File

@@ -15,7 +15,7 @@
if (exists("g:loaded_gnupg") || &cp || exists("#GnuPG"))
finish
endif
let g:loaded_gnupg = '2.7.1'
let g:loaded_gnupg = '2.7.2-dev'
" check for correct vim version {{{2
if (v:version < 702)