Skip to content

Commit

Permalink
Prepare 0.4.1 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617919967
  • Loading branch information
l46kok authored and copybara-github committed Mar 21, 2024
1 parent 9719d52 commit 91a7cf7
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.4.0</version>
<version>0.4.1</version>
</dependency>
```

**Gradle**

```gradle
implementation 'dev.cel:cel:0.4.0'
implementation 'dev.cel:cel:0.4.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.4.0"
CEL_VERSION = "0.4.1"

0 comments on commit 91a7cf7

Please sign in to comment.