Skip to content

Commit 3e98e20

Browse files
committed
bump version to v2.0.0-rc4
1 parent 1dbb1de commit 3e98e20

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["cpp-linter", "py-binding", "node-binding", "docs"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "2.0.0-rc3" # auto
8+
version = "2.0.0-rc4" # auto
99
authors = [
1010
"Brendan Doherty",
1111
"Peter Shen",

node-binding/npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-darwin-x64",
3-
"version": "2.0.0-rc3",
3+
"version": "2.0.0-rc4",
44
"os": [
55
"darwin"
66
],

node-binding/npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-linux-x64-gnu",
3-
"version": "2.0.0-rc3",
3+
"version": "2.0.0-rc4",
44
"os": [
55
"linux"
66
],

node-binding/npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter-win32-x64-msvc",
3-
"version": "2.0.0-rc3",
3+
"version": "2.0.0-rc4",
44
"os": [
55
"win32"
66
],

node-binding/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cpp-linter/cpp-linter",
3-
"version": "2.0.0-rc3",
3+
"version": "2.0.0-rc4",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)