📦 v2.0.5

pull/867/head
Fenny 2020-10-01 23:29:10 +02:00
parent 81208a6d6a
commit 33b7905da6
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.4"
const Version = "2.0.5"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}