functions: 0.1.13 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-18 17:28:55 +00:00
parent 9d06b6e687
commit 9d93bea28c

View File

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