diff --git a/README.md b/README.md index 211cb770..83b42cb5 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.4.0 + 0.4.1 ``` **Gradle** ```gradle -implementation 'dev.cel:cel:0.4.0' +implementation 'dev.cel:cel:0.4.1' ``` Then run this example: diff --git a/publish/cel_version.bzl b/publish/cel_version.bzl index 7c9516b2..23c4f0e6 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.4.0" +CEL_VERSION = "0.4.1"