functions: 0.1.77 release [skip ci]

This commit is contained in:
CircleCI
2016-12-14 16:28:49 +00:00
parent 4d7dde3486
commit 888a0f95d9
2 changed files with 2 additions and 2 deletions

View File

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