From 2980763b16631654f80babf0bd812a7647f3ab96 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 15 Mar 2017 19:13:26 +0000 Subject: [PATCH] functions: 0.2.43 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 f2ab39e4..b4482a5f 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.42" +var Version = "0.2.43" diff --git a/fn/install.sh b/fn/install.sh index dc7b9b8c..982b4fb4 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.42" +release="0.2.43" command_exists() { command -v "$@" > /dev/null 2>&1