Skip to content

Commit fe66c2f

Browse files
committed
Release 0.9.1
1 parent c1f7d13 commit fe66c2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_contest",
3-
version = "0.9.0",
3+
version = "0.9.1",
44
)
55

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

book/src/guide/new_workspace.md

+1-1
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.0")
56+
bazel_dep(name = "rules_contest", version = "0.9.1")
5757
```
5858

5959
### .gitignore (optional)

docs/guide/new_workspace.md

+1-1
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.0")
56+
bazel_dep(name = "rules_contest", version = "0.9.1")
5757
```
5858

5959
### .gitignore (optional)

0 commit comments

Comments
 (0)