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 747c2d5 commit 0c3206dCopy full SHA for 0c3206d
api/version/version.go
@@ -1,4 +1,4 @@
1
package version
2
3
// Version of IronFunctions
4
-var Version = "0.2.62"
+var Version = "0.2.63"
fn/install.sh
@@ -3,7 +3,7 @@ set -e
# Install script to install fn
5
6
-release="0.2.62"
+release="0.2.63"
7
8
command_exists() {
9
command -v "$@" > /dev/null 2>&1
0 commit comments