Skip to content

Commit 4dbce4c

Browse files
11.0.3
Signed-off-by: Maxwell Elliott <[email protected]>
1 parent 52f011b commit 4dbce4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "11.0.2",
3+
version = "11.0.3",
44
compatibility_level = 0,
55
)
66

README.md

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

274274
```bazel
275-
bazel_dep(name = "bazel-diff", version = "11.0.2")
275+
bazel_dep(name = "bazel-diff", version = "11.0.3")
276276
```
277277

278278
You can now run the tool with:

0 commit comments

Comments
 (0)