functions: 0.1.37 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-29 15:10:19 +00:00
parent 89a9ff3345
commit 8f6cd61ef0

View File

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