Skip to content

Commit 356fb67

Browse files
authored
Update version to 0.9.0 (#85)
1 parent dc2adf4 commit 356fb67

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

1717
module(
1818
name = "rules_pkl",
19-
version = "0.8.0",
19+
version = "0.9.0",
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
@@ -19,7 +19,7 @@ To use `rules_pkl`, enable `bzlmod` within your project, and then add the follow
1919

2020
```starlark
2121
# Please check the releases page on GitHub for the latest released version
22-
bazel_dep(name = "rules_pkl", version = "0.8.0")
22+
bazel_dep(name = "rules_pkl", version = "0.9.0")
2323
```
2424

2525
## Examples

0 commit comments

Comments
 (0)