Skip to content

Commit b909cff

Browse files
v25
1 parent 82a62ee commit b909cff

2 files changed

Lines changed: 2 additions & 2 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 = "24.0.0",
3+
version = "25.0.0",
44
compatibility_level = 0,
55
)
66

README.md

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

335335
```bazel
336-
bazel_dep(name = "bazel-diff", version = "24.0.0")
336+
bazel_dep(name = "bazel-diff", version = "25.0.0")
337337
```
338338

339339
You can now run the tool with:

0 commit comments

Comments
 (0)