mirror of https://github.com/gofiber/fiber.git
Update Version to v1.10.1
Co-Authored-By: RW <renewerner87@googlemail.com>pull/418/head
parent
d940948112
commit
30c215c601
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