Skip to content

Commit cb7ba05

Browse files
committed
v12.0.0
1 parent 41f71d8 commit cb7ba05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/wakatime/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ local cmd = vim.cmd
1616
local fmt = string.format
1717
local json = vim.json
1818

19-
local VERSION = '11.3.0'
19+
local VERSION = '12.0.0'
2020

2121
-- Constants
2222
local EXIT_CODE_CONFIG_PARSE_ERROR = 103

plugin/wakatime.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
" Website: https://wakatime.com/
77
" ============================================================================
88

9-
let s:VERSION = '11.3.0'
9+
let s:VERSION = '12.0.0'
1010

1111

1212
" Init {{{

0 commit comments

Comments
 (0)