functions: 0.0.64 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-09 17:45:06 +00:00
parent cf299239e8
commit 39dec71827

View File

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