aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2026-06-11 16:14:45 +0200
committerGitHub <noreply@github.com>2026-06-11 16:14:45 +0200
commit2a6940af80375532e5e9e7c1f2fc6319a1b7a69d (patch)
tree2f2b5228e410a00e728940ab56668da2bb351d7b /lua
parentci: update actions (#2104) (diff)
downloadmason-2.3.1.tar
mason-2.3.1.tar.gz
mason-2.3.1.tar.bz2
mason-2.3.1.tar.lz
mason-2.3.1.tar.xz
mason-2.3.1.tar.zst
mason-2.3.1.zip
chore(main): release 2.3.1 (#2099)HEADv2.3.1stablemain
Diffstat (limited to 'lua')
-rw-r--r--lua/mason/version.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/mason/version.lua b/lua/mason/version.lua
index 8910da08..282af1aa 100644
--- a/lua/mason/version.lua
+++ b/lua/mason/version.lua
@@ -1,8 +1,8 @@
local M = {}
-M.VERSION = "v2.3.0" -- x-release-please-version
+M.VERSION = "v2.3.1" -- x-release-please-version
M.MAJOR_VERSION = 2 -- x-release-please-major
M.MINOR_VERSION = 3 -- x-release-please-minor
-M.PATCH_VERSION = 0 -- x-release-please-patch
+M.PATCH_VERSION = 1 -- x-release-please-patch
return M