functions: 0.0.80 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 14:58:27 +00:00
parent c3ffe2ed29
commit 1daed5a36b

View File

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