functions: 0.0.79 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 05:08:44 +00:00
parent b82be66189
commit 020ce38cee

View File

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