functions: 0.0.77 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 00:39:08 +00:00
parent 23a7f3ca31
commit 2d3601c588

View File

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