From 6214f1711a3b54a366f6f4d452a55faca414f6a1 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Wed, 8 Feb 2017 21:21:01 +0000 Subject: [PATCH] functions: 0.2.13 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 d76c8e18f..389a587c3 100644 --- a/api/server/version.go +++ b/api/server/version.go @@ -7,7 +7,7 @@ import ( ) // Version of IronFunctions -var Version = "0.2.12" +var Version = "0.2.13" func handleVersion(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"version": Version}) diff --git a/fn/install.sh b/fn/install.sh index 06cbe2efb..54f6c15d6 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.12" +release="0.2.13" command_exists() { command -v "$@" > /dev/null 2>&1