functions: 0.1.44 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-01 17:46:35 +00:00
parent c2fa6dca3a
commit bb873d57f3

View File

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