We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62aae63 commit fdc6c7aCopy full SHA for fdc6c7a
README.md
@@ -55,14 +55,14 @@ 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.5.1</version>
+ <version>0.5.2</version>
59
</dependency>
60
```
61
62
**Gradle**
63
64
```gradle
65
-implementation 'dev.cel:cel:0.5.1'
+implementation 'dev.cel:cel:0.5.2'
66
67
68
Then run this example:
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.5.1"
+CEL_VERSION = "0.5.2"
0 commit comments