1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-19 04:27:53 +00:00

Merge pull request #790 from Fenny/master

🎈 bump v2.0.1
This commit is contained in:
Fenny 2020-09-15 21:09:44 +02:00 committed by GitHub
commit 221fa325db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

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