functions: 0.0.46 release [skip ci]

This commit is contained in:
Ubuntu
2016-10-23 23:40:53 +00:00
parent aff5fb65a5
commit 946ba1b188

View File

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