chore: bump version to 2.0.2

This commit is contained in:
2025-09-10 01:39:23 +03:00
parent 5b9b4e4492
commit f0f64d25cd
3 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ endif
let g:loaded_shellspec = 1
" Version information
let g:shellspec_version = '2.0.1'
let g:shellspec_version = '2.0.2'
" Detect Neovim and use appropriate implementation
if has('nvim-0.7')