We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dadbd6 commit bfb07adCopy full SHA for bfb07ad
README.md
@@ -14,7 +14,7 @@
14
<code>:help mason.nvim</code>
15
</p>
16
<p align="center">
17
- <sup>Latest version: v1.11.0</sup> <!-- x-release-please-version -->
+ <sup>Latest version: v2.0.0-rc.1</sup> <!-- x-release-please-version -->
18
19
20
# Table of Contents
lua/mason/version.lua
@@ -1,8 +1,8 @@
1
local M = {}
2
3
-M.VERSION = "v1.11.0" -- x-release-please-version
4
-M.MAJOR_VERSION = 1 -- x-release-please-major
5
-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
6
M.PATCH_VERSION = 0 -- x-release-please-patch
7
8
return M
0 commit comments