functions: 0.1.49 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-05 16:11:44 +00:00
parent 28f713ed11
commit fb46fe925f

View File

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