📦 v2.0.2

pull/816/head
Fenny 2020-09-19 11:47:43 +02:00
parent 95d5f4ab96
commit 872a78042b
1 changed files with 1 additions and 1 deletions

2
app.go
View File

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