summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2023-02-07 17:30:40 -0500
committerGitHub <noreply@github.com>2023-02-07 17:30:40 -0500
commitbf19e06e039ce3a6ff6552f62180938fbe3092c7 (patch)
tree208d3c44bdfd5c587a6357d4ecf72f875079618d
parent9d4b0ed8c02b69b985f1d17ee4a0e184eaf7ff26 (diff)
downloadbazelbuild-rules_pkg-bf19e06e039ce3a6ff6552f62180938fbe3092c7.tar.gz
update version to 8.1 to sync with bzlmod (#665)upstream/0.8.1
-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 dcc5c6a..7cf71c7 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_pkg",
- version = "0.8.0", # Must sync with version.bzl.
+ version = "0.8.1", # Must sync with version.bzl.
repo_name = "rules_pkg",
)
diff --git a/version.bzl b/version.bzl
index 261c3ff..2395036 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_pkg."""
-version = "0.8.0"
+version = "0.8.1"