functions: 0.1.25 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-23 20:34:06 +00:00
parent aa70f2e6ef
commit 3788c968eb

View File

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