We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f71d8 commit cb7ba05Copy full SHA for cb7ba05
lua/wakatime/init.lua
@@ -16,7 +16,7 @@ local cmd = vim.cmd
16
local fmt = string.format
17
local json = vim.json
18
19
-local VERSION = '11.3.0'
+local VERSION = '12.0.0'
20
21
-- Constants
22
local EXIT_CODE_CONFIG_PARSE_ERROR = 103
plugin/wakatime.vim
@@ -6,7 +6,7 @@
6
" Website: https://wakatime.com/
7
" ============================================================================
8
9
-let s:VERSION = '11.3.0'
+let s:VERSION = '12.0.0'
10
11
12
" Init {{{
0 commit comments