functions: 0.0.69 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-11 14:32:14 +00:00
parent f9281e70b4
commit 610e6aaa4d

View File

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