Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 652649980
  • Loading branch information
l46kok authored and copybara-github committed Jul 16, 2024
1 parent 9f78ec3 commit d82820c
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.5.2</version>
<version>0.6.0</version>
</dependency>
```

**Gradle**

```gradle
implementation 'dev.cel:cel:0.5.2'
implementation 'dev.cel:cel:0.6.0'
```

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.5.2"
CEL_VERSION = "0.6.0"

0 comments on commit d82820c

Please sign in to comment.