chore: update version in help

This commit is contained in:
Lewis Russell 2022-10-31 16:22:04 +00:00
parent fe6b09be22
commit d3a8ba0b0d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
*gitsigns.nvim*
Author: Lewis Russell <lewis6991@gmail.com>
Version: 0.3-dev
Version: 0.6-dev
Homepage: <https://github.com/lewis6991/gitsigns.nvim>
License: MIT license

View File

@ -293,7 +293,7 @@ end
local function get_marker_text(marker)
return ({
VERSION = '0.3-dev',
VERSION = '0.6-dev',
CONFIG = gen_config_doc,
FUNCTIONS = gen_functions_doc{
'teal/gitsigns.tl',