functions: 0.1.50 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-05 16:22:28 +00:00
parent 470e497e7b
commit f7f1015e4d

View File

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