From 46f4639face563f037ad532d8380f55ebc32efb8 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Thu, 23 Mar 2017 12:26:57 -0700 Subject: [PATCH] functions: 0.2.53 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 29ee6ee60..36a8f1c30 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.52" +var Version = "0.2.53" diff --git a/fn/install.sh b/fn/install.sh index 151ecd56a..2ed7cacb1 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.52" +release="0.2.53" command_exists() { command -v "$@" > /dev/null 2>&1