diff --git a/api/version/version.go b/api/version/version.go index 5e5ea093d..6b96e9ada 100644 --- a/api/version/version.go +++ b/api/version/version.go @@ -1,4 +1,4 @@ package version // Version of IronFunctions -var Version = "0.2.45" +var Version = "0.2.46" diff --git a/fn/install.sh b/fn/install.sh index ad3c18d47..28c62e83f 100644 --- a/fn/install.sh +++ b/fn/install.sh @@ -3,7 +3,7 @@ set -e # Install script to install fn -release="0.2.45" +release="0.2.46" command_exists() { command -v "$@" > /dev/null 2>&1