Skip to content

Commit 89e256d

Browse files
committed
0.23.10
1 parent 15bc5b1 commit 89e256d

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $(error Windows is not supported)
33
endif
44

55
HOMEPAGE_URL := https://github.com/tree-sitter/tree-sitter-php
6-
VERSION := 0.23.9
6+
VERSION := 0.23.10
77

88
# repository
99
SRC_DIR := src

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"metadata": {
31-
"version": "0.23.9",
31+
"version": "0.23.10",
3232
"license": "MIT",
3333
"description": "PHP grammar for tree-sitter",
3434
"authors": [

0 commit comments

Comments
 (0)