🎈 bump v2.0.1

pull/790/head
Fenny 2020-09-15 21:01:34 +02:00
parent a06d072e43
commit 00b93b086e
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.0"
const Version = "2.0.1"
// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}