Skip to content

Commit 6b69464

Browse files
author
CircleCI
committed
functions: 0.2.66 release [skip ci]
1 parent 34af98f commit 6b69464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version of IronFunctions
4-
var Version = "0.2.65"
4+
var Version = "0.2.66"

fn/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
# Install script to install fn
55

6-
release="0.2.65"
6+
release="0.2.66"
77

88
command_exists() {
99
command -v "$@" > /dev/null 2>&1

0 commit comments

Comments
 (0)