Skip to content

Commit da428fb

Browse files
l46kokcopybara-github
authored andcommitted
Release 0.13.1
PiperOrigin-RevId: 931304363
1 parent d917045 commit da428fb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TRUTH_VERSION = "1.4.4"
4646

4747
PROTOBUF_JAVA_VERSION = "4.33.5"
4848

49-
CEL_VERSION = "0.13.0"
49+
CEL_VERSION = "0.13.1"
5050

5151
# Compile only artifacts
5252
[

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
6262
<dependency>
6363
<groupId>dev.cel</groupId>
6464
<artifactId>cel</artifactId>
65-
<version>0.13.0</version>
65+
<version>0.13.1</version>
6666
</dependency>
6767
```
6868

6969
**Gradle**
7070

7171
```gradle
72-
implementation 'dev.cel:cel:0.13.0'
72+
implementation 'dev.cel:cel:0.13.1'
7373
```
7474

7575
Then run this example:

publish/cel_version.bzl

Lines changed: 1 addition & 1 deletion
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.13.0"
15+
CEL_VERSION = "0.13.1"

0 commit comments

Comments
 (0)