functions: 0.1.54 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-06 03:25:40 +00:00
parent ce325f2c1f
commit 07b6dab029

View File

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