From ad0e54ae068966fe29837a650753c6a952368d8f Mon Sep 17 00:00:00 2001 From: CircleCI Date: Sat, 4 Mar 2017 00:22:25 +0000 Subject: [PATCH] functions: 0.2.35 release [skip ci] --- api/version/version.go | 2 +- fn/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/version/version.go b/api/version/version.go index ce4aa7974..16ca93ea9 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.34" +var Version = "0.2.35" diff --git a/fn/install.sh b/fn/install.sh index 68d775c40..7926f8a4b 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.34" +release="0.2.35" command_exists() { command -v "$@" > /dev/null 2>&1