Skip to content

Commit 0cc270f

Browse files
committed
0.24.2
1 parent bc998eb commit 0cc270f

File tree

8 files changed

+153
-163
lines changed

8 files changed

+153
-163
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
project(tree-sitter-ocaml
4-
VERSION "0.24.1"
4+
VERSION "0.24.2"
55
DESCRIPTION "OCaml grammar for tree-sitter"
66
HOMEPAGE_URL "https://github.com/tree-sitter/tree-sitter-ocaml"
77
LANGUAGES C)

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
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-ocaml"
33
description = "OCaml grammar for tree-sitter"
4-
version = "0.24.1"
4+
version = "0.24.2"
55
license = "MIT"
66
readme = "bindings/rust/README.md"
77
keywords = ["incremental", "parsing", "tree-sitter", "ocaml"]

common/common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
LANGUAGE_NAME := tree-sitter-$(PARSER_NAME)
2-
VERSION := 0.24.1
2+
VERSION := 0.24.2
33

44
# repository
55
SRC_DIR := src

0 commit comments

Comments
 (0)