Skip to content

Commit

Permalink
update version to 8.1 to sync with bzlmod (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto authored Feb 7, 2023
1 parent 9d4b0ed commit bf19e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -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",
)

Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_pkg."""

version = "0.8.0"
version = "0.8.1"

0 comments on commit bf19e06

Please sign in to comment.