functions: 0.0.61 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-08 21:54:03 +00:00
parent 7996fdb2ec
commit 1ec5aca19e

View File

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