diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2025-07-25 09:57:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-25 09:57:51 +0200 |
| commit | 197f6352c276bbc2d25541dfce00ec50d1a4e88f (patch) | |
| tree | b0f42e7f20c798a9885a25d364575a2c0b4a05a2 /lua | |
| parent | fix(spawn): fix locating exepath on Windows systems using a Unix `'shell'` (#... (diff) | |
| download | mason-2.0.1.tar mason-2.0.1.tar.gz mason-2.0.1.tar.bz2 mason-2.0.1.tar.lz mason-2.0.1.tar.xz mason-2.0.1.tar.zst mason-2.0.1.zip | |
chore(main): release 2.0.1 (#1921)v2.0.1
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/mason/version.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/mason/version.lua b/lua/mason/version.lua index bed10a00..2ec12db9 100644 --- a/lua/mason/version.lua +++ b/lua/mason/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v2.0.0" -- x-release-please-version +M.VERSION = "v2.0.1" -- x-release-please-version M.MAJOR_VERSION = 2 -- x-release-please-major M.MINOR_VERSION = 0 -- x-release-please-minor -M.PATCH_VERSION = 0 -- x-release-please-patch +M.PATCH_VERSION = 1 -- x-release-please-patch return M |
