functions: 0.0.76 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 00:14:46 +00:00
parent d342aa1164
commit 35ac5398b6

View File

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