functions: 0.1.6 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 18:24:44 +00:00
parent 02d3b18497
commit d65a84dac2

View File

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