functions: 0.0.65 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-09 22:03:48 +00:00
parent 6af57c2bdb
commit 71dabe21ae

View File

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