1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-20 23:13:06 +00:00

🎈 bump v2.0.1

This commit is contained in:
Fenny 2020-09-15 21:01:34 +02:00
parent a06d072e43
commit 00b93b086e

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{}