From 032946118f5249d6c077bd8507c3830ebd517818 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Thu, 7 Sep 2023 22:36:31 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20module=20version=20=E2=86=92=20?= =?UTF-8?q?`0.10.0-rc1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sam Gammon --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 6591df28..2e26b45d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -2,7 +2,7 @@ module( name = "rules_graalvm", - version = "0.9.2", + version = "0.10.0-rc1", ) JAVA_VERSION = "20"