functions: 0.1.39 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-01 15:57:38 +00:00
parent 688ffcf39f
commit ed9e7d2bae

View File

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