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 8960e33 commit 3ea894bCopy full SHA for 3ea894b
README.md
@@ -14,7 +14,7 @@
14
<code>:help mason.nvim</code>
15
</p>
16
<p align="center">
17
- <sup>Latest version: v2.0.0-rc.1</sup> <!-- x-release-please-version -->
+ <sup>Latest version: v2.0.0-rc.2</sup> <!-- x-release-please-version -->
18
19
20
# Table of Contents
lua/mason/version.lua
@@ -1,6 +1,6 @@
1
local M = {}
2
3
-M.VERSION = "v2.0.0-rc.1" -- x-release-please-version
+M.VERSION = "v2.0.0-rc.2" -- x-release-please-version
4
M.MAJOR_VERSION = 2 -- x-release-please-major
5
M.MINOR_VERSION = 0 -- x-release-please-minor
6
M.PATCH_VERSION = 0 -- x-release-please-patch
0 commit comments