functions: 0.1.8 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-16 16:11:48 +00:00
parent 1f5e820a17
commit dcfd95196a

View File

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