We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5074be0 commit 05ec3a3Copy full SHA for 05ec3a3
MODULE.bazel
@@ -1,11 +1,10 @@
1
module(
2
name = "platforms",
3
- version = "0.0.9", # keep in sync with version.bzl
+ version = "0.0.10", # keep in sync with version.bzl
4
compatibility_level = 1,
5
)
6
7
bazel_dep(name = "rules_license", version = "0.0.7")
8
9
host_platform = use_extension("//host:extension.bzl", "host_platform")
10
use_repo(host_platform, "host_platform")
11
-
version.bzl
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
"""The version of bazelbuild/platforms."""
15
16
-version = "0.0.9"
+version = "0.0.10"
0 commit comments