functions: 0.1.4 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 16:25:32 +00:00
parent bb5250e223
commit 3f6b095586

View File

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