Prepare for release 0.0.10 (#91)

This commit is contained in:
Xùdōng Yáng 2024-04-25 11:46:53 -04:00 committed by GitHub
parent 5074be0702
commit 05ec3a3df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
module(
name = "platforms",
version = "0.0.9", # keep in sync with version.bzl
version = "0.0.10", # keep in sync with version.bzl
compatibility_level = 1,
)
@ -8,4 +8,3 @@ bazel_dep(name = "rules_license", version = "0.0.7")
host_platform = use_extension("//host:extension.bzl", "host_platform")
use_repo(host_platform, "host_platform")

View File

@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazelbuild/platforms."""
version = "0.0.9"
version = "0.0.10"