functions: 0.1.1 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 15:24:25 +00:00
parent d4cdff9174
commit 2ca0c08a6e

View File

@@ -7,7 +7,7 @@ import (
) )
// Version of IronFunctions // Version of IronFunctions
var Version = "0.1.0" var Version = "0.1.1"
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})