functions: 0.1.20 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-22 00:42:56 +00:00
parent f1749e4d6c
commit 5e61d2b055

View File

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