Skip to content

Commit

Permalink
Prepare for release 0.0.10 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyverald authored Apr 25, 2024
1 parent 5074be0 commit 05ec3a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
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,
)

bazel_dep(name = "rules_license", version = "0.0.7")

host_platform = use_extension("//host:extension.bzl", "host_platform")
use_repo(host_platform, "host_platform")

2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazelbuild/platforms."""

version = "0.0.9"
version = "0.0.10"

0 comments on commit 05ec3a3

Please sign in to comment.