diff --git a/api/version/version.go b/api/version/version.go index 302e4d945..2b3fe036d 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.48" +var Version = "0.2.49" diff --git a/fn/install.sh b/fn/install.sh index 1214eca54..ba4ccee21 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.48" +release="0.2.49" command_exists() { command -v "$@" > /dev/null 2>&1