functions: 0.1.59 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-07 17:17:32 +00:00
parent 5129cb47a0
commit 05cd030bc6

View File

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