From 8d66942dc3b1190bd3d7f732ddefc4180e4398a0 Mon Sep 17 00:00:00 2001 From: tonyaiuto Date: Wed, 10 Sep 2025 23:07:09 -0400 Subject: [PATCH] bump version to 1.2 because 1.1 is released --- MODULE.bazel | 2 +- version.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 601e36a5..a5a257d2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_pkg", - version = "1.1.0", # Must sync with version.bzl. + version = "1.2.0", # Must sync with version.bzl. compatibility_level = 1, repo_name = "rules_pkg", ) diff --git a/version.bzl b/version.bzl index d15d3427..0750659b 100644 --- a/version.bzl +++ b/version.bzl @@ -13,4 +13,4 @@ # limitations under the License. """The version of rules_pkg.""" -version = "1.1.0" +version = "1.2.0"