Skip to content

Commit fdc6c7a

Browse files
l46kokcopybara-github
authored andcommitted
Release 0.5.2
PiperOrigin-RevId: 637964925
1 parent 62aae63 commit fdc6c7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
5555
<dependency>
5656
<groupId>dev.cel</groupId>
5757
<artifactId>cel</artifactId>
58-
<version>0.5.1</version>
58+
<version>0.5.2</version>
5959
</dependency>
6060
```
6161

6262
**Gradle**
6363

6464
```gradle
65-
implementation 'dev.cel:cel:0.5.1'
65+
implementation 'dev.cel:cel:0.5.2'
6666
```
6767

6868
Then run this example:

publish/cel_version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
"""Maven artifact version for CEL."""
15-
CEL_VERSION = "0.5.1"
15+
CEL_VERSION = "0.5.2"

0 commit comments

Comments
 (0)