functions: 0.0.63 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-09 16:55:04 +00:00
parent 605fe1eecc
commit ae6a44ca5a

View File

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