mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
Bumped up version to 3.3.9 (related to #1244)
This commit is contained in:
parent
7867fce6ce
commit
739700bf4e
4
echo.go
4
echo.go
@ -167,7 +167,7 @@ const (
|
|||||||
const (
|
const (
|
||||||
charsetUTF8 = "charset=UTF-8"
|
charsetUTF8 = "charset=UTF-8"
|
||||||
// PROPFIND Method can be used on collection and property resources.
|
// PROPFIND Method can be used on collection and property resources.
|
||||||
PROPFIND = "PROPFIND"
|
PROPFIND = "PROPFIND"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Headers
|
// Headers
|
||||||
@ -221,7 +221,7 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version of Echo
|
// Version of Echo
|
||||||
Version = "3.3.dev"
|
Version = "3.3.9"
|
||||||
website = "https://echo.labstack.com"
|
website = "https://echo.labstack.com"
|
||||||
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
// http://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=Echo
|
||||||
banner = `
|
banner = `
|
||||||
|
Loading…
Reference in New Issue
Block a user