functions: 0.1.27 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-24 05:51:06 +00:00
parent 01d5a81389
commit af149045f1

View File

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