functions: 0.0.53 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-03 15:41:05 +00:00
parent 1025caeb04
commit 2c222fcd32

View File

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