functions: 0.0.55 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-04 21:10:03 +00:00
parent 634ff7c57f
commit 2ff5f1b39b

View File

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