Skip to content

Commit 3530711

Browse files
authored
Bump feast-java version (#33)
Signed-off-by: Terence Lim <[email protected]>
1 parent eb30e70 commit 3530711

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

datatypes/java/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Dependency Coordinates
1616
<dependency>
1717
<groupId>dev.feast</groupId>
1818
<artifactId>datatypes-java</artifactId>
19-
<version>0.26.0-SNAPSHOT</version>
19+
<version>0.26.2</version>
2020
</dependency>
2121
```
2222

infra/charts/feast-core/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: "Feast Core: Feature registry for Feast."
33
name: feast-core
4-
version: 0.26.1
5-
appVersion: 0.26.1
4+
version: 0.26.2
5+
appVersion: 0.26.2
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast-core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feast-core
22
==========
33
Feast Core: Feature registry for Feast.
44

5-
Current chart version is `0.26.1`
5+
Current chart version is `0.26.2`
66

77
Source code can be found [here](https://github.com/feast-dev/feast-java)
88

infra/charts/feast-serving/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: "Feast Serving: Online feature serving service for Feast"
33
name: feast-serving
4-
version: 0.26.1
5-
appVersion: 0.26.1
4+
version: 0.26.2
5+
appVersion: 0.26.2
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast-serving/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ feast-serving
22
=============
33
Feast Serving: Online feature serving service for Feast
44

5-
Current chart version is `0.26.1`
5+
Current chart version is `0.26.2`
66

77
Source code can be found [here](https://github.com/feast-dev/feast-java)
88

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</modules>
4141

4242
<properties>
43-
<revision>0.26.1</revision>
43+
<revision>0.26.2</revision>
4444
<github.url>https://github.com/feast-dev/feast</github.url>
4545

4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)