functions: 0.1.51 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-05 18:49:31 +00:00
parent 7183c440d9
commit 09d66b0671

View File

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