From ab2e6a812b8cc187e997dcdc9df8b53626f2bea9 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Tue, 14 Mar 2017 21:03:27 +0000 Subject: [PATCH] functions: 0.2.41 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 232387bcc..345cfc255 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.40" +var Version = "0.2.41" diff --git a/fn/install.sh b/fn/install.sh index d3ba54242..f4b12fb77 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.40" +release="0.2.41" command_exists() { command -v "$@" > /dev/null 2>&1