functions: 0.0.47 release [skip ci]

This commit is contained in:
Ubuntu
2016-10-24 17:04:27 +00:00
parent 81adbe66f8
commit edc639d2d6

View File

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