Skip to content

Commit d67423b

Browse files
committed
bump to v0.1.4
1 parent 007eca8 commit d67423b

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
@@ -17,7 +17,7 @@ brew install lima docker kubectl
1717
### Installation
1818

1919
```
20-
curl -LO https://raw.githubusercontent.com/abiosoft/colima/v0.1.3/colima && sudo install colima /usr/local/bin/colima
20+
curl -LO https://raw.githubusercontent.com/abiosoft/colima/v0.1.4/colima && sudo install colima /usr/local/bin/colima
2121
```
2222

2323
Verify install

colima

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# app details
44
export NAME=colima
55
export LIMA_INSTANCE="$NAME"
6-
export VERSION="0.1.3"
6+
export VERSION="0.1.4"
77

88
# locations
99
export CONF_DIR="$HOME/.${NAME}"

0 commit comments

Comments
 (0)