functions: 0.1.56 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-06 15:17:50 +00:00
parent 91006a701e
commit 846f4ee365

View File

@@ -7,7 +7,7 @@ import (
) )
// Version of IronFunctions // Version of IronFunctions
var Version = "0.1.55" var Version = "0.1.56"
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})