functions: 0.1.34 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-28 22:58:06 +00:00
parent a7a466f968
commit a088690293

View File

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