functions: 0.1.63 release [skip ci]

This commit is contained in:
CircleCI
2016-12-09 16:22:04 +00:00
parent f519a5c636
commit 0c3c9ff2ee

View File

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