diff --git a/api/version/version.go b/api/version/version.go index d65b81b5..7c086d1d 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.56" +var Version = "0.2.57" diff --git a/fn/install.sh b/fn/install.sh index 47a81db4..308434b1 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.56" +release="0.2.57" command_exists() { command -v "$@" > /dev/null 2>&1