functions: 0.0.31 release

This commit is contained in:
Travis Reeder
2016-08-30 01:06:56 -07:00
parent 7192b86af2
commit 2b486bc235

View File

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