functions: 0.1.43 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-01 17:17:59 +00:00
parent 9ac2539aeb
commit d7638625e7

View File

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