functions: 0.1.35 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-29 11:35:12 +00:00
parent f1e1d69e81
commit 40f0d014aa

View File

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