functions: 0.1.22 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-22 16:42:18 +00:00
parent 243fbe45d2
commit cc1f2974ab

View File

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