Skip to content

Commit

Permalink
functions: 0.2.20 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Feb 22, 2017
1 parent 24ed27b commit bc9f15d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19"
var Version = "0.2.20"
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.19"
release="0.2.20"

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

0 comments on commit bc9f15d

Please sign in to comment.