functions: 0.1.32 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-28 18:21:32 +00:00
parent 3ad6124900
commit cee09cbb83

View File

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