📦 v2.0.4

pull/857/head
Fenny 2020-09-29 21:48:04 +02:00
parent fcfb063f0b
commit b48864b90b
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.3"
const Version = "2.0.4"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}