functions: 0.1.41 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-01 16:47:13 +00:00
parent 4565738c95
commit 81f06c78c3

View File

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