Skip to content

Commit

Permalink
functions: 0.1.67 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Dec 13, 2016
1 parent 6633c80 commit 0c14d41
Showing 1 changed file with 1 addition and 1 deletion.
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.66"
var Version = "0.1.67"

func handleVersion(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{"version": Version})
Expand Down

0 comments on commit 0c14d41

Please sign in to comment.