functions: 0.0.67 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-10 19:07:01 +00:00
parent 15af6131b5
commit 71e1f3c245

View File

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