From 8c7f33b43a56f89285de0da77ee6ec7e4af1f835 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 28 Nov 2022 23:29:09 +0100 Subject: [PATCH] v10.0.0 --- plugin/wakatime.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 4f0626c..656435b 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '9.0.1' +let s:VERSION = '10.0.0' " Init {{{