Skip to content

Commit

Permalink
Merge pull request #867 from Fenny/master
Browse files Browse the repository at this point in the history
📦 v2.0.5
  • Loading branch information
Fenny authored Oct 1, 2020
2 parents 2750bcb + 8555f0b commit 6812c32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

// Version of current fiber package
const Version = "2.0.4"
const Version = "2.0.5"

// Map is a shortcut for map[string]interface{}, useful for JSON returns
type Map map[string]interface{}
Expand Down
1 change: 0 additions & 1 deletion prefork_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// ⚡️ Fiber is an Express inspired web framework written in Go with ☕️
// 📄 Github Repository: https://github.com/gofiber/fiber
// 📌 API Documentation: https://docs.gofiber.io
// ⚠️ This path parser was inspired by ucarion/urlpath (MIT License).
// 💖 Maintained and modified for Fiber by @renewerner87
package fiber

Expand Down

0 comments on commit 6812c32

Please sign in to comment.