diff --git a/MODULE.bazel b/MODULE.bazel index 623a307..1340d59 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ module( name = "rules_pkl", - version = "0.17.0", + version = "0.17.1", bazel_compatibility = [">=7.0.0"], compatibility_level = 1, ) diff --git a/README.md b/README.md index 776a27a..10e12b0 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.17.0") +bazel_dep(name = "rules_pkl", version = "0.17.1") ``` ## Examples