functions: 0.1.7 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 21:01:09 +00:00
parent 52f64b6a40
commit 420fc6c72a

View File

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