From c38aae4bfed5a92a73936f8126ee0df95f7455f1 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 13 Mar 2017 19:37:37 +0000 Subject: [PATCH] functions: 0.2.39 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 00ca3ecc..6926c4a0 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.38" +var Version = "0.2.39" diff --git a/fn/install.sh b/fn/install.sh index 5ce53ee4..5986c681 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.38" +release="0.2.39" command_exists() { command -v "$@" > /dev/null 2>&1