We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333f648 commit d17db26Copy full SHA for d17db26
api/version/version.go
@@ -1,4 +1,4 @@
1
package version
2
3
// Version of IronFunctions
4
-var Version = "0.2.22"
+var Version = "0.2.23"
fn/install.sh
@@ -3,7 +3,7 @@ set -e
# Install script to install fn
5
6
-release="0.2.22"
+release="0.2.23"
7
8
command_exists() {
9
command -v "$@" > /dev/null 2>&1
0 commit comments