diff --git a/MODULE.bazel b/MODULE.bazel index b7001fd..4eeef8e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ module( name = "rules_pkl", - version = "0.16.0", + version = "0.17.0", bazel_compatibility = [">=7.0.0"], compatibility_level = 1, ) diff --git a/README.md b/README.md index cff56f3..776a27a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To use `rules_pkl`, enable `bzlmod` within your project, and then add the follow ```starlark # Please check the releases page on GitHub for the latest released version -bazel_dep(name = "rules_pkl", version = "0.16.0") +bazel_dep(name = "rules_pkl", version = "0.17.0") ``` ## Examples