functions: 0.1.38 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-29 20:03:51 +00:00
parent 9f4cdf749c
commit 8cddfdb125

View File

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