functions: 0.0.41 release [skip ci]

This commit is contained in:
Ubuntu
2016-10-19 22:36:43 +00:00
parent c0664cf4ec
commit 940e3ef8da

View File

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