functions: 0.1.42 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-01 17:00:38 +00:00
parent dbb6c4001a
commit c5696b1bbc

View File

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