We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4b0ed commit bf19e06Copy full SHA for bf19e06
2 files changed
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "rules_pkg",
3
- version = "0.8.0", # Must sync with version.bzl.
+ version = "0.8.1", # Must sync with version.bzl.
4
repo_name = "rules_pkg",
5
)
6
version.bzl
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
"""The version of rules_pkg."""
15
16
-version = "0.8.0"
+version = "0.8.1"
0 commit comments