functions: 0.1.29 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-25 17:05:19 +00:00
parent 707fc5ec0e
commit b62a2304b0

View File

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