Skip to content

Commit

Permalink
bump to v0.1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft committed Sep 19, 2021
1 parent 7e2bca1 commit 3cfe1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ brew install lima docker kubectl
### Installation

```
curl -LO https://raw.githubusercontent.com/abiosoft/colima/v0.1.9/colima && sudo install colima /usr/local/bin/colima
curl -LO https://raw.githubusercontent.com/abiosoft/colima/v0.1.10/colima && sudo install colima /usr/local/bin/colima
```

Verify install
Expand Down
2 changes: 1 addition & 1 deletion colima
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# app details
export NAME=colima
export LIMA_INSTANCE="$NAME"
export VERSION="0.1.9"
export VERSION="0.1.10"

# locations
export CONF_DIR="$HOME/.${NAME}"
Expand Down

0 comments on commit 3cfe1e2

Please sign in to comment.