functions: 0.1.31 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-28 17:50:25 +00:00
parent ac0044f7d9
commit 02c7a79cbd

View File

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