We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92457cd commit 28755e7Copy full SHA for 28755e7
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "rules_pkg",
3
- version = "1.1.0", # Must sync with version.bzl.
+ version = "1.2.0", # Must sync with version.bzl.
4
compatibility_level = 1,
5
repo_name = "rules_pkg",
6
)
version.bzl
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
"""The version of rules_pkg."""
15
16
-version = "1.1.0"
+version = "1.2.0"
0 commit comments