We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eb5f9 commit df1bee1Copy full SHA for df1bee1
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.8.0</version>
+ <version>0.9.0</version>
59
</dependency>
60
```
61
62
**Gradle**
63
64
```gradle
65
-implementation 'dev.cel:cel:0.8.0'
+implementation 'dev.cel:cel:0.9.0'
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.8.0"
+CEL_VERSION = "0.9.0"
0 commit comments