functions: 0.0.3 release

This commit is contained in:
Travis Reeder
2016-08-30 01:05:03 -07:00
parent b5e0887e37
commit 7192b86af2

View File

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