Skip to content

Commit

Permalink
Release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed May 23, 2024
1 parent ee01154 commit c72010a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_contest",
version = "0.9.1",
version = "0.9.2",
)

bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down
2 changes: 1 addition & 1 deletion book/src/guide/new_workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ contest event, it is recommended to place workspace files in the following
external dependency to use `rules_contest`.

```python
bazel_dep(name = "rules_contest", version = "0.9.1")
bazel_dep(name = "rules_contest", version = "0.9.2")
```

### .gitignore (optional)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/new_workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ contest event, it is recommended to place workspace files in the following
external dependency to use `rules_contest`.

```python
bazel_dep(name = "rules_contest", version = "0.9.1")
bazel_dep(name = "rules_contest", version = "0.9.2")
```

### .gitignore (optional)
Expand Down

0 comments on commit c72010a

Please sign in to comment.