bump version number in install script

This commit is contained in:
TJ Horner 2019-03-29 09:37:25 -07:00
parent ae8a7fd380
commit 7582c7188f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
latest_release="v0.0.5"
latest_release="v0.0.6"
case $(uname -s) in
Darwin*) os="darwin";;