Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 669380204
  • Loading branch information
l46kok authored and copybara-github committed Aug 30, 2024
1 parent bbb46c3 commit f4292b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
<dependency>
<groupId>dev.cel</groupId>
<artifactId>cel</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</dependency>
```

**Gradle**

```gradle
implementation 'dev.cel:cel:0.7.0'
implementation 'dev.cel:cel:0.7.1'
```

Then run this example:
Expand Down
2 changes: 1 addition & 1 deletion publish/cel_version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Maven artifact version for CEL."""
CEL_VERSION = "0.7.0"
CEL_VERSION = "0.7.1"

0 comments on commit f4292b5

Please sign in to comment.