functions: 0.1.24 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-23 20:05:00 +00:00
parent b649d490d5
commit f1fe2660e3

View File

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