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"