functions: 0.0.75 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-14 23:55:50 +00:00
parent 63b362b419
commit 0aa76d6650

View File

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