functions: 0.1.45 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-01 18:34:50 +00:00
parent 0bc308c65f
commit 4ab839cba7

View File

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