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