Skip to content

Commit 05ec3a3

Browse files
authored
Prepare for release 0.0.10 (#91)
1 parent 5074be0 commit 05ec3a3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module(
22
name = "platforms",
3-
version = "0.0.9", # keep in sync with version.bzl
3+
version = "0.0.10", # keep in sync with version.bzl
44
compatibility_level = 1,
55
)
66

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

99
host_platform = use_extension("//host:extension.bzl", "host_platform")
1010
use_repo(host_platform, "host_platform")
11-

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""The version of bazelbuild/platforms."""
1515

16-
version = "0.0.9"
16+
version = "0.0.10"

0 commit comments

Comments
 (0)