Skip to content

Commit 32278fe

Browse files
author
CircleCI
committed
functions: 0.2.59 release [skip ci]
1 parent c413e44 commit 32278fe

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.58"
4+
var Version = "0.2.59"

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.58"
6+
release="0.2.59"
77

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

lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
{
8080
"name": "github.com/aws/aws-sdk-go",
8181
"branch": "master",
82-
"revision": "4c307b6c988d40b9601a86768b29c28e8fb033eb",
82+
"revision": "baba9e786eae5ba978f2007f8e718557b29157c8",
8383
"packages": [
8484
"aws",
8585
"aws/awserr",
@@ -152,7 +152,7 @@
152152
{
153153
"name": "github.com/dghubble/go-twitter",
154154
"branch": "master",
155-
"revision": "fc93bb35701bb85903d17daa80a21a824b9c592f",
155+
"revision": "08b242f2f25e3108b9dec5a361d1021990018e7c",
156156
"packages": [
157157
"twitter"
158158
]
@@ -199,7 +199,7 @@
199199
{
200200
"name": "github.com/docker/docker",
201201
"branch": "master",
202-
"revision": "87562af45bf32efce55d9fceb141a655b82a33c4",
202+
"revision": "d2ab40e5b99bc2ab0abfea146544a20ce6081942",
203203
"packages": [
204204
"api/types",
205205
"api/types/blkiodev",
@@ -672,15 +672,15 @@
672672
{
673673
"name": "github.com/spf13/pflag",
674674
"branch": "master",
675-
"revision": "9a906f17374922ed0f74e1b2f593d3723f2ffb00",
675+
"revision": "e453343e6260b4a3a89f1f0e10a2fbb07f8d9750",
676676
"packages": [
677677
"."
678678
]
679679
},
680680
{
681681
"name": "github.com/spf13/viper",
682682
"branch": "master",
683-
"revision": "84f94806c67f59dd7ae87bc5351f7a9c94a4558d",
683+
"revision": "5d46e70da8c0b6f812e0b170b7a985753b5c63cb",
684684
"packages": [
685685
"."
686686
]
@@ -696,7 +696,7 @@
696696
{
697697
"name": "golang.org/x/crypto",
698698
"branch": "master",
699-
"revision": "55a552f0823e0d3d54931488a2993ebd2fd0258c",
699+
"revision": "9b9c1afcb078c2080cd1fac84be67797a33a32e9",
700700
"packages": [
701701
"bcrypt",
702702
"blowfish"

0 commit comments

Comments
 (0)