functions: 0.0.40 release

This commit is contained in:
Ubuntu
2016-10-19 22:06:19 +00:00
parent f57f847544
commit fe7357e0b4

View File

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