functions: 0.0.58 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-06 17:30:16 +00:00
parent bc405295d0
commit 78fd57bf37

View File

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