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