functions: 0.0.62 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-08 23:38:19 +00:00
parent c985a17b02
commit aa5c367091

View File

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