functions: 0.1.66 release [skip ci]

This commit is contained in:
CircleCI
2016-12-12 18:11:07 +00:00
parent 1389bfb1d3
commit 777a3894b3

View File

@@ -7,7 +7,7 @@ import (
)
// Version of IronFunctions
var Version = "0.1.65"
var Version = "0.1.66"
func handleVersion(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{"version": Version})