Skip to content

Commit abc2b2c

Browse files
authored
chore: Fix the version checker for upcoming release (#2688)
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent bcdce32 commit abc2b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/charts/feast/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Feature store for machine learning
33
name: feast
4-
version: 0.20.1
4+
version: 0.20.0
55
keywords:
66
- machine learning
77
- big data

infra/scripts/release/bump_file_versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66
USAGE = f"Usage: python {sys.argv[0]} [--help] | current_semver_version new_semver_version]"
7-
VERSIONS_TO_BUMP = 28
7+
VERSIONS_TO_BUMP = 27
88

99

1010
def main() -> None:

0 commit comments

Comments
 (0)