Skip to content

Commit 4f6682c

Browse files
Merge pull request #259 from google:release/0.3.1
PiperOrigin-RevId: 610950733
2 parents 9ebad48 + cebfd9d commit 4f6682c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
5555
<dependency>
5656
<groupId>dev.cel</groupId>
5757
<artifactId>cel</artifactId>
58-
<version>0.3.0</version>
58+
<version>0.3.1</version>
5959
</dependency>
6060
```
6161

publish/cel_version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
"""Maven artifact version for CEL."""
15-
CEL_VERSION = "0.3.0"
15+
CEL_VERSION = "0.3.1"

0 commit comments

Comments
 (0)