1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-19 13:07:52 +00:00

🚀 Bump v1.12.7

This commit is contained in:
Fenny 2020-07-14 16:24:14 +02:00
parent 39b59d8d24
commit 9dbe22a0cf

2
app.go
View File

@ -34,7 +34,7 @@ import (
)
// Version of current package
const Version = "1.12.6"
const Version = "1.12.7"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}