Skip to content

Commit bf19e06

Browse files
authored
update version to 8.1 to sync with bzlmod (#665)
1 parent 9d4b0ed commit bf19e06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_pkg",
3-
version = "0.8.0", # Must sync with version.bzl.
3+
version = "0.8.1", # Must sync with version.bzl.
44
repo_name = "rules_pkg",
55
)
66

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""The version of rules_pkg."""
1515

16-
version = "0.8.0"
16+
version = "0.8.1"

0 commit comments

Comments
 (0)