From 820e752cff0d12db0394f3a81376fc5bac1116ff Mon Sep 17 00:00:00 2001 From: CircleCI Date: Tue, 3 Oct 2017 06:59:00 +0000 Subject: [PATCH] functions: 0.2.68 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 883deb3c..a2089a4a 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.67" +var Version = "0.2.68" diff --git a/fn/install.sh b/fn/install.sh index 20aa569a..8d81a56b 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.67" +release="0.2.68" command_exists() { command -v "$@" > /dev/null 2>&1