functions: 0.1.28 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-24 17:33:38 +00:00
parent 107033d5d7
commit 90bc744e57

View File

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