functions: 0.1.47 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-03 00:49:16 +00:00
parent 9387e9bc41
commit e104db5a3f

View File

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