functions: 0.1.26 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-23 22:21:27 +00:00
parent 237ab3e21b
commit c307c9375b

View File

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