Circle release.

This commit is contained in:
Travis Reeder
2016-10-19 15:52:04 -07:00
parent 940e3ef8da
commit 3c5f682ff3

View File

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