Skip to content

Commit

Permalink
v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Feb 19, 2025
1 parent 8dadbd6 commit bfb07ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<code>:help mason.nvim</code>
</p>
<p align="center">
<sup>Latest version: v1.11.0</sup> <!-- x-release-please-version -->
<sup>Latest version: v2.0.0-rc.1</sup> <!-- x-release-please-version -->
</p>

# Table of Contents
Expand Down
6 changes: 3 additions & 3 deletions lua/mason/version.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local M = {}

M.VERSION = "v1.11.0" -- x-release-please-version
M.MAJOR_VERSION = 1 -- x-release-please-major
M.MINOR_VERSION = 11 -- x-release-please-minor
M.VERSION = "v2.0.0-rc.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

return M

0 comments on commit bfb07ad

Please sign in to comment.