From 5609a76c19a1c36c0d87da1d4f72c2d2d99054bc Mon Sep 17 00:00:00 2001 From: CircleCI Date: Mon, 30 Jan 2017 17:11:38 +0000 Subject: [PATCH] functions: 0.2.5 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 70271ae76..b97847013 100644 --- a/api/server/version.go +++ b/api/server/version.go @@ -7,7 +7,7 @@ import ( ) // Version of IronFunctions -var Version = "0.2.4" +var Version = "0.2.5" func handleVersion(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"version": Version}) diff --git a/fn/install.sh b/fn/install.sh index 04ad24d39..8751d35aa 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.4" +release="0.2.5" command_exists() { command -v "$@" > /dev/null 2>&1