functions: 0.0.50 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-01 20:19:18 +00:00
parent 5d9269e186
commit c8e4a9b82b

View File

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