Skip to content

Commit bba9cfd

Browse files
committed
Bump version to 0.26.1
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent d100fdf commit bba9cfd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

infra/charts/feast-core/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.0
5-
appVersion: 0.26.0
4+
version: 0.26.1
5+
appVersion: 0.26.1
66
keywords:
77
- machine learning
88
- big data

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.26.0`
5+
Current chart version is `0.26.1`
66

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

infra/charts/feast-serving/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.0
5-
appVersion: 0.26.0
4+
version: 0.26.1
5+
appVersion: 0.26.1
66
keywords:
77
- machine learning
88
- big data

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.26.0`
5+
Current chart version is `0.26.1`
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.26.0-SNAPSHOT</revision>
43+
<revision>0.26.1</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)