functions: 0.3.1 release [skip ci]

This commit is contained in:
Travis Reeder
2017-05-15 14:08:53 -07:00
parent 0c6ca08a2f
commit aa046ba5fc
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ set -e
# Install script to install fn
release="0.2.62"
release="0.3.1"
command_exists() {
command -v "$@" > /dev/null 2>&1