Skip to content

Commit 22b2e7d

Browse files
committed
Bump module to 0.17.1
1 parent 3b05153 commit 22b2e7d

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
@@ -16,7 +16,7 @@
1616

1717
module(
1818
name = "rules_pkl",
19-
version = "0.17.0",
19+
version = "0.17.1",
2020
bazel_compatibility = [">=7.0.0"],
2121
compatibility_level = 1,
2222
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use `rules_pkl`, enable `bzlmod` within your project, and then add the follow
1818

1919
```starlark
2020
# Please check the releases page on GitHub for the latest released version
21-
bazel_dep(name = "rules_pkl", version = "0.17.0")
21+
bazel_dep(name = "rules_pkl", version = "0.17.1")
2222
```
2323

2424
## Examples

0 commit comments

Comments
 (0)