Skip to content

Commit

Permalink
update the version to v0.13.0-rc.0
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <[email protected]>
  • Loading branch information
juliusvonkohout committed Jun 26, 2024
1 parent ec6e0ff commit e6ed2b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commonLabels:
images:
- name: kserve/models-web-app
newName: kserve/models-web-app
newTag: v0.8.0
newTag: v0.13.0-rc.0
configMapGenerator:
- name: kserve-models-web-app-config
literals:
Expand Down
4 changes: 2 additions & 2 deletions releasing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ web app.

1. Create a new release branch
```
VERSION="v0.7.0"
RELEASE_BRANCH="release-0.7"
VERSION="v0.13.0-rc.0"
RELEASE_BRANCH="v0.13.0-rc.0"
git checkout -b $RELEASE_BRANCH origin/master
```
2. Update the VERSION file with the corresponding tag
Expand Down
2 changes: 1 addition & 1 deletion releasing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.0
v0.13.0-rc.0

0 comments on commit e6ed2b6

Please sign in to comment.