functions: 0.0.45 release [skip ci]

This commit is contained in:
Ubuntu
2016-10-20 21:01:07 +00:00
parent 2c9f745d8e
commit 3f1608fbbe

View File

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