From dcfa5bd5b69e70a7f2a93bf200c02d934eace067 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 28 Aug 2017 01:56:17 +0000 Subject: [PATCH] functions: 0.2.60 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 ff95fd83..11c963e6 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.59" +var Version = "0.2.60" diff --git a/fn/install.sh b/fn/install.sh index ca6e3363..3831c1f5 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.59" +release="0.2.60" command_exists() { command -v "$@" > /dev/null 2>&1