functions: 0.1.14 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-20 15:11:07 +00:00
parent d98d54b1a8
commit bc0f0c8b42

View File

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