functions: 0.1.12 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-18 17:15:59 +00:00
parent 38c7b9decc
commit c1f361dd0c

View File

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