bump version number in install script
This commit is contained in:
parent
ae8a7fd380
commit
7582c7188f
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
latest_release="v0.0.5"
|
||||
latest_release="v0.0.6"
|
||||
|
||||
case $(uname -s) in
|
||||
Darwin*) os="darwin";;
|
||||
|
|
Loading…
Reference in New Issue