diff --git a/MODULE.bazel b/MODULE.bazel index 4f6cfad..610a38f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ module( name = "rules_pkl", - version = "0.14.0", + version = "0.15.0", bazel_compatibility = [">=7.0.0"], compatibility_level = 1, ) diff --git a/README.md b/README.md index a65d77d..6b6a2ed 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.14.0") +bazel_dep(name = "rules_pkl", version = "0.15.0") ``` ## Examples