Skip to content

Commit

Permalink
chore: Fix the version checker for upcoming release (#2688)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <[email protected]>
  • Loading branch information
achals authored May 13, 2022
1 parent bcdce32 commit abc2b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/charts/feast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Feature store for machine learning
name: feast
version: 0.20.1
version: 0.20.0
keywords:
- machine learning
- big data
Expand Down
2 changes: 1 addition & 1 deletion infra/scripts/release/bump_file_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

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


def main() -> None:
Expand Down

0 comments on commit abc2b2c

Please sign in to comment.