Skip to content

Commit

Permalink
functions: 0.1.70 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Dec 13, 2016
1 parent 2a09a1c commit 2af84c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/server/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version of IronFunctions
var Version = "0.1.69"
var Version = "0.1.70"

func handleVersion(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{"version": Version})
Expand Down
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.1.69"
release="0.1.70"

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

0 comments on commit 2af84c7

Please sign in to comment.