Skip to content

Commit

Permalink
Merge pull request #259 from google:release/0.3.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610950733
  • Loading branch information
copybara-github committed Feb 28, 2024
2 parents 9ebad48 + cebfd9d commit 4f6682c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
<dependency>
<groupId>dev.cel</groupId>
<artifactId>cel</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

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"
CEL_VERSION = "0.3.1"

0 comments on commit 4f6682c

Please sign in to comment.