Skip to content

Commit d65ac90

Browse files
authored
release prep: bump version number to v0.10.0 in docs (#120)
1 parent 7bbe9d2 commit d65ac90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a
3636
and configured, simply run the command:
3737

3838
```sh
39-
kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.8.0/install.yaml
39+
kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v0.10.0/install.yaml
4040
```
4141

4242
The controller runs in the `appwrapper-system` namespace.

site/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repository: project-codeflare/appwrapper
2525

2626
# Variables for use in pages
2727
gh_main_url: https://github.com/project-codeflare/appwrapper/blob/main
28-
appwrapper_version: v0.8.0
28+
appwrapper_version: v0.10.0
2929
kueue_version: v0.6.2
3030

3131
# Outputting

0 commit comments

Comments
 (0)