From 8a9678e4afccf8e4acaeca13b8e94b308a622f4c Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 2 Mar 2017 22:49:15 +0000 Subject: [PATCH] functions: 0.2.33 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 0317fa767..9086657a7 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.32" +var Version = "0.2.33" diff --git a/fn/install.sh b/fn/install.sh index c10eeeb2b..164502e38 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.32" +release="0.2.33" command_exists() { command -v "$@" > /dev/null 2>&1