Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datatypes/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dependency Coordinates
<dependency>
<groupId>dev.feast</groupId>
<artifactId>datatypes-java</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>0.26.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions infra/charts/feast-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: "Feast Core: Feature registry for Feast."
name: feast-core
version: 0.26.1
appVersion: 0.26.1
version: 0.26.2
appVersion: 0.26.2
keywords:
- machine learning
- big data
Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-core
==========
Feast Core: Feature registry for Feast.

Current chart version is `0.26.1`
Current chart version is `0.26.2`

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

Expand Down
4 changes: 2 additions & 2 deletions infra/charts/feast-serving/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: "Feast Serving: Online feature serving service for Feast"
name: feast-serving
version: 0.26.1
appVersion: 0.26.1
version: 0.26.2
appVersion: 0.26.2
keywords:
- machine learning
- big data
Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast-serving/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ feast-serving
=============
Feast Serving: Online feature serving service for Feast

Current chart version is `0.26.1`
Current chart version is `0.26.2`

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</modules>

<properties>
<revision>0.26.1</revision>
<revision>0.26.2</revision>
<github.url>https://github.com/feast-dev/feast</github.url>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down