Skip to content

Commit 76287be

Browse files
committed
rules_bison v0.4
GitOrigin-RevId: 25b38dca48cf89cfd20ce72502499b09edad0d70
1 parent 893d8a6 commit 76287be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_bison",
3-
version = "0.3.2",
3+
version = "0.4",
44
compatibility_level = 1,
55
)
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ API reference: [docs/rules_bison.md](docs/rules_bison.md)
1212
Add the following to your `MODULE.bazel`:
1313

1414
```python
15-
bazel_dep(name = "rules_bison", version = "0.3.2")
15+
bazel_dep(name = "rules_bison", version = "0.4")
1616
```
1717

1818
To specify a version or build with additional C compiler options, use the

0 commit comments

Comments
 (0)