Skip to content

Commit

Permalink
functions: 0.2.67 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Sep 28, 2017
1 parent 4d2c9dc commit 774b569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version of IronFunctions
var Version = "0.2.66"
var Version = "0.2.67"
2 changes: 1 addition & 1 deletion fn/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

# Install script to install fn

release="0.2.66"
release="0.2.67"

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

0 comments on commit 774b569

Please sign in to comment.