chore: sync version to 2.0.1 across all files

This commit is contained in:
2025-09-10 01:38:36 +03:00
parent 6009d8d83d
commit 32e6ee3885
5 changed files with 63 additions and 3 deletions

View File

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