summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2023-05-02 11:22:20 -0400
committerTony Aiuto <aiuto@google.com>2023-05-02 11:22:20 -0400
commit6c2e32553b740aec1d6fb540fb224487b5ce26a2 (patch)
tree19900a29303a5c7867777dc8f6b8dea34743c23b
parent7d7a076544d9b69a71629d5499a7fe5ddc762f13 (diff)
downloadbazelbuild-rules_pkg-upstream-0.9.x.tar.gz
-rw-r--r--MODULE.bazel2
-rw-r--r--version.bzl2
2 files changed, 2 insertions, 2 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index 21c1bd6..cffbf62 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_pkg",
- version = "0.9.0", # Must sync with version.bzl.
+ version = "0.9.1", # Must sync with version.bzl.
repo_name = "rules_pkg",
compatibility_level = 1,
)
diff --git a/version.bzl b/version.bzl
index 26c342c..5b589f3 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_pkg."""
-version = "0.9.0"
+version = "0.9.1"