functions: 0.3.5 release [skip ci]

This commit is contained in:
Travis Reeder
2017-05-27 09:47:08 -07:00
parent 9ba22989f8
commit 71b66091df
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package version
// Version of Functions
var Version = "0.3.4"
var Version = "0.3.5"

View File

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