functions: 0.0.51 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-01 23:22:46 +00:00
parent 5b3971060b
commit 85dad75d0f

View File

@@ -7,7 +7,7 @@ import (
) )
// Version of IronFunctions // Version of IronFunctions
var Version = "0.0.50" var Version = "0.0.51"
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})