Skip to content

Commit c73be24

Browse files
committed
Release 0.9.3
1 parent 6f9e2d1 commit c73be24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = "rules_contest",
3-
version = "0.9.2",
3+
version = "0.9.3",
44
)
55

66
bazel_dep(name = "rules_cc", version = "0.0.9")

book/src/guide/new_workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ contest event, it is recommended to place workspace files in the following
5353
external dependency to use `rules_contest`.
5454

5555
```python
56-
bazel_dep(name = "rules_contest", version = "0.9.2")
56+
bazel_dep(name = "rules_contest", version = "0.9.3")
5757
```
5858

5959
### .gitignore (optional)

docs/guide/new_workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ contest event, it is recommended to place workspace files in the following
5353
external dependency to use `rules_contest`.
5454

5555
```python
56-
bazel_dep(name = "rules_contest", version = "0.9.2")
56+
bazel_dep(name = "rules_contest", version = "0.9.3")
5757
```
5858

5959
### .gitignore (optional)

0 commit comments

Comments
 (0)