functions: 0.0.57 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-06 17:18:39 +00:00
parent a396a26410
commit 92950d182e

View File

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