functions: 0.0.78 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 00:59:24 +00:00
parent d8526a85e1
commit a49c89728c

View File

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