functions: 0.1.53 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-05 22:19:42 +00:00
parent 717d8455e9
commit 8943374705

View File

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