functions: 0.1.57 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-06 23:25:14 +00:00
parent d6a44b5ba4
commit 0baf03841f

View File

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