aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYun Peng <pcloudy@google.com>2024-01-24 11:35:44 +0100
committerYun Peng <pcloudy@google.com>2024-01-24 11:35:44 +0100
commitbcffeb0c481d178cbee69bdc7e23ef22d3a087b1 (patch)
tree24c886d27c52c5b3ab55282825fa47572b55e9bb
parent0c889ef1760df8a0d10492b8551488f86da63899 (diff)
downloadbazelbuild-rules_license-upstream-main.tar.gz
Release 0.0.8upstream-main
-rw-r--r--MODULE.bazel2
-rw-r--r--version.bzl2
2 files changed, 2 insertions, 2 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index 3d95eba..be953b1 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "rules_license",
- version = "0.0.7", # Keep in sync with version.bzl
+ version = "0.0.8", # Keep in sync with version.bzl
compatibility_level = 1,
)
diff --git a/version.bzl b/version.bzl
index b2530e3..5a82f97 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_license."""
-version = "0.0.7"
+version = "0.0.8"