functions: 0.1.62 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-07 19:42:12 +00:00
parent e172a838c2
commit ad4d7ce8b9

View File

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