functions: 0.0.54 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-03 17:58:18 +00:00
parent 4421c151c5
commit 23c5c8cca7

View File

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