mirror of https://github.com/gofiber/fiber.git
Update app.go
parent
edb10010da
commit
38c8bb240d
2
app.go
2
app.go
|
@ -26,7 +26,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version of current package
|
// Version of current package
|
||||||
const Version = "1.10.0"
|
const Version = "1.10.1"
|
||||||
|
|
||||||
// Map is a shortcut for map[string]interface{}, usefull for JSON returns
|
// Map is a shortcut for map[string]interface{}, usefull for JSON returns
|
||||||
type Map map[string]interface{}
|
type Map map[string]interface{}
|
||||||
|
|
Loading…
Reference in New Issue