Skip to content

Commit 28755e7

Browse files
authored
bump version to 1.2 because 1.1 is released (#977)
1 parent 92457cd commit 28755e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "1.1.0", # Must sync with version.bzl.
3+
version = "1.2.0", # Must sync with version.bzl.
44
compatibility_level = 1,
55
repo_name = "rules_pkg",
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 = "1.1.0"
16+
version = "1.2.0"

0 commit comments

Comments
 (0)