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

@@ -7,7 +7,7 @@ local format = require("shellspec.format")
local autocmds = require("shellspec.autocmds")
-- Version info
M._VERSION = "2.0.1"
M._VERSION = "2.0.2"
-- Setup function for Lua configuration
function M.setup(opts)