From ca9753908e14fa637b82c86ab20e5fd0036a1b25 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 29 Dec 2016 19:29:54 +0000 Subject: [PATCH] functions: 0.1.87 release [skip ci] --- api/server/version.go | 2 +- fn/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/server/version.go b/api/server/version.go index 918f9bf80..af3ebc777 100644 --- a/api/server/version.go +++ b/api/server/version.go @@ -7,7 +7,7 @@ import ( ) // Version of IronFunctions -var Version = "0.1.86" +var Version = "0.1.87" func handleVersion(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"version": Version}) diff --git a/fn/install.sh b/fn/install.sh index 45eab5a0b..14131d95b 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.1.86" +release="0.1.87" command_exists() { command -v "$@" > /dev/null 2>&1