Skip to content

Commit

Permalink
Update release version in quickstart.md (#303)
Browse files Browse the repository at this point in the history
#### Motivation

Missed to update on doc in previous round.

#### Modifications

Edit the `docs/quickstart.md` file, updating the `RELEASE` variable in the "Get the latest release" section to the new release branch name.

#### Result

Correct version of release branch in Quickstart guide

/cc @njhill 
/assign @njhill 


Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
  • Loading branch information
ckadner authored Jan 10, 2023
1 parent 414a5a4 commit 3d44784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To quickly get started using ModelMesh Serving, here is a brief guide.
### Get the latest release

```shell
RELEASE=release-0.9
RELEASE=release-0.10
git clone -b $RELEASE --depth 1 --single-branch https://github.com/kserve/modelmesh-serving.git
cd modelmesh-serving
```
Expand Down

0 comments on commit 3d44784

Please sign in to comment.