functions: 0.0.60 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-08 20:53:15 +00:00
parent ae6924c36c
commit 71f1c616ed

View File

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