Skip to content

Commit 12ecf9f

Browse files
committed
Bump version to v2.0.0-rc5
1 parent cc3ced6 commit 12ecf9f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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-rc4" # auto
8+
version = "2.0.0-rc5" # auto
99
authors = [
1010
"Brendan Doherty",
1111
"Peter Shen",

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

Lines changed: 1 addition & 1 deletion
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-rc4",
3+
"version": "2.0.0-rc5",
44
"os": [
55
"darwin"
66
],

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

Lines changed: 1 addition & 1 deletion
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-rc4",
3+
"version": "2.0.0-rc5",
44
"os": [
55
"linux"
66
],

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

Lines changed: 1 addition & 1 deletion
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-rc4",
3+
"version": "2.0.0-rc5",
44
"os": [
55
"win32"
66
],

node-binding/package.json

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

0 commit comments

Comments
 (0)