Skip to content

Commit 4212dea

Browse files
v30
1 parent 236a7f1 commit 4212dea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bazel-diff",
3-
version = "29.0.0",
3+
version = "30.0.0",
44
compatibility_level = 0,
55
)
66

MODULE.bazel.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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ First, add the following snippet to your project:
515515
#### Bzlmod snippet
516516

517517
```bazel
518-
bazel_dep(name = "bazel-diff", version = "29.0.0")
518+
bazel_dep(name = "bazel-diff", version = "30.0.0")
519519
```
520520

521521
You can now run the tool with:

0 commit comments

Comments
 (0)