mirror of https://github.com/bazelbuild/rules_pkg
Revert compatibility_level back to 1 so we can push to BCR. (#877)
* Revert compatibility_level back to 1 so we can push to BCR. See https://github.com/bazelbuild/bazel-central-registry/issues/2232 for discussion. * update version#
This commit is contained in:
parent
fbc7cffa54
commit
6a44f01087
|
@ -1,7 +1,7 @@
|
|||
module(
|
||||
name = "rules_pkg",
|
||||
version = "1.0.0", # Must sync with version.bzl.
|
||||
compatibility_level = 2,
|
||||
version = "1.0.1", # Must sync with version.bzl.
|
||||
compatibility_level = 1,
|
||||
repo_name = "rules_pkg",
|
||||
)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# rules_pkg - 1.0.0
|
||||
# rules_pkg - 1.0.1
|
||||
|
||||
<div class="toc">
|
||||
<h2>Common Attributes</h2>
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# limitations under the License.
|
||||
"""The version of rules_pkg."""
|
||||
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
|
|
Loading…
Reference in New Issue