functions: 0.1.55 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-06 12:10:46 +00:00
parent 08e9a52388
commit f0fc85b85a

View File

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