functions: 0.1.48 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-05 14:11:55 +00:00
parent 4505811fb0
commit 49cc0f6533

View File

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