mirror of
https://github.com/labstack/echo.git
synced 2026-03-12 15:46:17 +02:00
10 lines
166 B
Go
10 lines
166 B
Go
// SPDX-License-Identifier: MIT
|
|
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors
|
|
|
|
package echo
|
|
|
|
const (
|
|
// Version of Echo
|
|
Version = "5.0.4"
|
|
)
|