functions: 0.0.49 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-01 16:31:03 +00:00
parent 688d3f245e
commit 570fdea062

View File

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