functions: 0.1.52 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-05 19:45:50 +00:00
parent 4bb32abba8
commit 52d0dc941c

View File

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