functions: 0.1.46 release [skip ci]

This commit is contained in:
Ubuntu
2016-12-03 00:07:54 +00:00
parent e4c035b3b1
commit 3b1011ca88

View File

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