functions: 0.0.32 release

This commit is contained in:
Travis Reeder
2016-08-30 15:05:48 -07:00
parent d98e31e936
commit 67c588577d

View File

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