functions: 0.0.44 release [skip ci]

This commit is contained in:
Ubuntu
2016-10-19 23:46:38 +00:00
parent 64e74adce9
commit 3697fb4ca5

View File

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