functions: 0.1.15 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-21 16:48:59 +00:00
parent c0512a4cbd
commit a4d360fb2e

View File

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