mirror of
https://github.com/labstack/echo.git
synced 2025-07-05 00:58:47 +02:00
fix version string to 4.1.6 (#1358)
This commit is contained in:
committed by
Vishal Rana
parent
8fb7b5be27
commit
01229ec651
2
echo.go
2
echo.go
@ -226,7 +226,7 @@ const (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version of Echo
|
// Version of Echo
|
||||||
Version = "4.1.5"
|
Version = "4.1.6"
|
||||||
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 = `
|
||||||
|
Reference in New Issue
Block a user