From df1bee1a14d6eb08a842266d34e17d4ca81e7ee9 Mon Sep 17 00:00:00 2001 From: Sokwhan Huh Date: Thu, 26 Dec 2024 11:31:37 -0800 Subject: [PATCH] Release 0.9.0 PiperOrigin-RevId: 709846881 --- README.md | 4 ++-- publish/cel_version.bzl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01e0a145..89593e1a 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o dev.cel cel - 0.8.0 + 0.9.0 ``` **Gradle** ```gradle -implementation 'dev.cel:cel:0.8.0' +implementation 'dev.cel:cel:0.9.0' ``` Then run this example: diff --git a/publish/cel_version.bzl b/publish/cel_version.bzl index b92d340c..a0ebb4dd 100644 --- a/publish/cel_version.bzl +++ b/publish/cel_version.bzl @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. """Maven artifact version for CEL.""" -CEL_VERSION = "0.8.0" +CEL_VERSION = "0.9.0"