Skip to content

Commit e11cc98

Browse files
committed
Update version to 0.26.0-SNAPSHOT
Signed-off-by: Jacob Klegar <jacob@tecton.ai>
1 parent 053843b commit e11cc98

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

datatypes/java/README.md

Lines changed: 1 addition & 1 deletion
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.25.0-SNAPSHOT</version>
19+
<version>0.26.0-SNAPSHOT</version>
2020
</dependency>
2121
```
2222

infra/charts/feast-core/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v1
22
description: "Feast Core: Feature registry for Feast."
33
name: feast-core
4-
version: 0.25.0
5-
appVersion: 0.25.0
4+
version: 0.26.0
5+
appVersion: 0.26.0
66
keywords:
77
- machine learning
88
- big data
99
- mlops
10-
home: https://github.com/feast-dev/feast-java
10+
home: https://github.com/feast-dev/feast-java

infra/charts/feast-core/README.md

Lines changed: 1 addition & 1 deletion
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.25.0`
5+
Current chart version is `0.26.0`
66

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v1
22
description: "Feast Serving: Online feature serving service for Feast"
33
name: feast-serving
4-
version: 0.25.0
5-
appVersion: 0.25.0
4+
version: 0.26.0
5+
appVersion: 0.26.0
66
keywords:
77
- machine learning
88
- big data
99
- mlops
10-
home: https://github.com/feast-dev/feast-java
10+
home: https://github.com/feast-dev/feast-java

infra/charts/feast-serving/README.md

Lines changed: 1 addition & 1 deletion
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.25.0`
5+
Current chart version is `0.26.0`
66

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</modules>
4141

4242
<properties>
43-
<revision>0.25.0-SNAPSHOT</revision>
43+
<revision>0.26.0-SNAPSHOT</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)