functions: 0.0.43 release [skip ci]

This commit is contained in:
Ubuntu
2016-10-19 22:56:49 +00:00
parent 3c5f682ff3
commit 9e73770811

View File

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