functions: 0.1.23 release [skip ci]

This commit is contained in:
Ubuntu
2016-11-22 17:25:32 +00:00
parent 19e2334a7f
commit 539d5a09c6

View File

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