functions: 0.1.5 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-15 18:00:48 +00:00
parent a18a2c5013
commit 6e58321928

View File

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