functions: 0.1.19 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-22 00:14:08 +00:00
parent da96ef471a
commit b3fe6e9b18

View File

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