Bumped version numbers. (#291)

This commit is contained in:
Travis Reeder
2016-11-15 07:14:02 -08:00
committed by C Cirello
parent 8c320a380a
commit d4cdff9174
3 changed files with 4 additions and 8 deletions

View File

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