diff --git a/api/server/version.go b/api/server/version.go index a3545b6f4..3c4bb5114 100644 --- a/api/server/version.go +++ b/api/server/version.go @@ -7,7 +7,7 @@ import ( ) // Version of IronFunctions -var Version = "0.1.72" +var Version = "0.1.73" func handleVersion(c *gin.Context) { c.JSON(http.StatusOK, gin.H{"version": Version}) diff --git a/fn/install.sh b/fn/install.sh index 3199dd939..c17f62fee 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.1.72" +release="0.1.73" command_exists() { command -v "$@" > /dev/null 2>&1