functions: 0.0.39 release

This commit is contained in:
Travis Reeder
2016-10-18 16:04:22 -07:00
parent 3433f1756c
commit 1f6b0b3ad7
2 changed files with 2 additions and 2 deletions

View File

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