We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ebad48 + cebfd9d commit 4f6682cCopy full SHA for 4f6682c
README.md
@@ -55,7 +55,7 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
55
<dependency>
56
<groupId>dev.cel</groupId>
57
<artifactId>cel</artifactId>
58
- <version>0.3.0</version>
+ <version>0.3.1</version>
59
</dependency>
60
```
61
publish/cel_version.bzl
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
"""Maven artifact version for CEL."""
15
-CEL_VERSION = "0.3.0"
+CEL_VERSION = "0.3.1"
0 commit comments