functions: 0.1.58 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-07 17:04:54 +00:00
parent 9382f0b133
commit b0d9109f22

View File

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