From 9c45dd8caa7ff0995c62c2394b5f72b1af6ab702 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 1 Mar 2017 01:20:42 +0000 Subject: [PATCH] functions: 0.2.24 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 cb59952a7..ad4283daa 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.23" +var Version = "0.2.24" diff --git a/fn/install.sh b/fn/install.sh index 8b786dcc5..5946e7c10 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.23" +release="0.2.24" command_exists() { command -v "$@" > /dev/null 2>&1