mirror of https://github.com/gofiber/fiber.git
parent
e3b777bacf
commit
a4273dc3bb
2
app.go
2
app.go
|
@ -24,7 +24,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version of current package
|
// Version of current package
|
||||||
const Version = "1.9.4"
|
const Version = "1.9.5"
|
||||||
|
|
||||||
// Map is a shortcut for map[string]interface{}
|
// Map is a shortcut for map[string]interface{}
|
||||||
type Map map[string]interface{}
|
type Map map[string]interface{}
|
||||||
|
|
Loading…
Reference in New Issue