functions: 0.0.48 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-01 00:37:02 +00:00
parent 1397899358
commit 7f31267328

View File

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