functions: 0.0.74 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-14 23:36:27 +00:00
parent 46593d9bd8
commit c6c378edcf

View File

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