1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-21 23:33:18 +00:00

v1.12.0-alpha

This commit is contained in:
Fenny 2020-06-15 15:47:27 +02:00
parent f20e66efee
commit 7beca6a961

2
app.go
View File

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