release 0.2

This commit is contained in:
Carlos C
2017-01-19 15:26:14 -02:00
parent 0dc81a9547
commit 26895313df

View File

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