Skip to content

Commit 935c053

Browse files
v31.3.0
1 parent 56408d6 commit 935c053

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 = "31.2.0",
3+
version = "31.3.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
@@ -552,7 +552,7 @@ First, add the following snippet to your project:
552552
#### Bzlmod snippet
553553

554554
```bazel
555-
bazel_dep(name = "bazel-diff", version = "31.2.0")
555+
bazel_dep(name = "bazel-diff", version = "31.3.0")
556556
```
557557

558558
You can now run the tool with:

0 commit comments

Comments
 (0)