Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592368279
  • Loading branch information
l46kok authored and copybara-github committed Dec 19, 2023
1 parent 1752265 commit 72b81f4
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.2.0</version>
<version>0.3.0</version>
</dependency>
```

**Gradle**

```gradle
implementation 'dev.cel:cel:0.2.0'
implementation 'dev.cel:cel:0.3.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.3.0-SNAPSHOT"
CEL_VERSION = "0.3.0"

0 comments on commit 72b81f4

Please sign in to comment.