Skip to content

Commit 6a46403

Browse files
author
CircleCI
committed
functions: 0.2.70 release [skip ci]
1 parent 6b5bb41 commit 6a46403

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.69"
4+
var Version = "0.2.70"

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.69"
6+
release="0.2.70"
77

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

0 commit comments

Comments
 (0)