From a9ea65cb5c66a3972a91076695c502b2562af262 Mon Sep 17 00:00:00 2001 From: "CEL-Java Release Workflow [bot]" Date: Mon, 17 Jul 2023 09:30:10 +0000 Subject: [PATCH] [release] v0.3.21 --- README.md | 8 ++++---- version.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d2798e46..dbe725e9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The easiest way to get started is to add a dependency to your Maven project org.projectnessie.cel cel-bom - 0.3.20 + 0.3.21 pom import @@ -34,7 +34,7 @@ The easiest way to get started is to add a dependency to your Maven project or Gradle project. ```groovy dependencies { - implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.3.20")) + implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.3.21")) implementation("org.projectnessie.cel:cel-tools") } ``` @@ -174,7 +174,7 @@ addition to `cel-core` or `cel-tools`. org.projectnessie.cel cel-bom - 0.3.20 + 0.3.21 pom import @@ -195,7 +195,7 @@ addition to `cel-core` or `cel-tools`. or Gradle project. ```groovy dependencies { - implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.3.20")) + implementation(enforcedPlatform("org.projectnessie.cel:cel-bom:0.3.21")) implementation("org.projectnessie.cel:cel-tools") implementation("org.projectnessie.cel:cel-jackson") } diff --git a/version.txt b/version.txt index 5299f424..dfdc3688 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.21-SNAPSHOT +0.3.21