functions: 0.0.71 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-12 02:39:12 +00:00
parent 32e9c45df5
commit ff8c5538dd

View File

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