📦 bump v2.1.2

pull/971/head
Fenny 2020-10-26 07:15:29 +01:00
parent 93cd0c5cc7
commit ba08653c92
1 changed files with 9 additions and 9 deletions

2
app.go
View File

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