Skip to content

Commit 3ea894b

Browse files
committed
v2.0.0-rc.2
1 parent 8960e33 commit 3ea894b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<code>:help mason.nvim</code>
1515
</p>
1616
<p align="center">
17-
<sup>Latest version: v2.0.0-rc.1</sup> <!-- x-release-please-version -->
17+
<sup>Latest version: v2.0.0-rc.2</sup> <!-- x-release-please-version -->
1818
</p>
1919

2020
# Table of Contents

lua/mason/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local M = {}
22

3-
M.VERSION = "v2.0.0-rc.1" -- x-release-please-version
3+
M.VERSION = "v2.0.0-rc.2" -- x-release-please-version
44
M.MAJOR_VERSION = 2 -- x-release-please-major
55
M.MINOR_VERSION = 0 -- x-release-please-minor
66
M.PATCH_VERSION = 0 -- x-release-please-patch

0 commit comments

Comments
 (0)