From cebfd9d863f5fca9ab30f41ff300e1735d3e3f1a Mon Sep 17 00:00:00 2001 From: Sokwhan Huh Date: Tue, 27 Feb 2024 14:48:06 -0800 Subject: [PATCH] Prepare 0.3.1 release --- README.md | 2 +- publish/cel_version.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c317e960..f721f8df 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o dev.cel cel - 0.3.0 + 0.3.1 ``` diff --git a/publish/cel_version.bzl b/publish/cel_version.bzl index b918db87..3176b284 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.3.0" +CEL_VERSION = "0.3.1"