functions: 0.0.52 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-03 00:39:35 +00:00
parent a29bc1e0d9
commit 5b5422148b

View File

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