From e47d9540c69d0fb30ca8bd36ce43e0a7c5c45af2 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Tue, 31 Jan 2017 20:02:20 +0000 Subject: [PATCH] functions: 0.2.9 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 54795ad18..d1a92b88a 100644 --- a/api/server/version.go +++ b/api/server/version.go @@ -7,7 +7,7 @@ import ( ) // Version of IronFunctions -var Version = "0.2.8" +var Version = "0.2.9" func handleVersion(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"version": Version}) diff --git a/fn/install.sh b/fn/install.sh index d542e8bce..3b64070c7 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.8" +release="0.2.9" command_exists() { command -v "$@" > /dev/null 2>&1