Skip to content

Commit 4fe3316

Browse files
Update version to 0.7.0 (#73)
1 parent 68c16fb commit 4fe3316

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.6.0",
19+
version = "0.7.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.6.0")
22+
bazel_dep(name = "rules_pkl", version = "0.7.0")
2323
```
2424

2525
## Examples

0 commit comments

Comments
 (0)