functions: 0.1.36 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-29 12:13:59 +00:00
parent 0a5c344dee
commit 2236f556e4

View File

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