functions: 0.1.61 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-07 19:24:46 +00:00
parent 5367a3ef99
commit ca4c7ac2bf

View File

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