functions: 0.0.68 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-11 00:49:26 +00:00
parent d8bb2df85e
commit 841596f470

View File

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