functions: 0.1.11 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-16 21:51:18 +00:00
parent 7593480d4b
commit 39123899f0

View File

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