1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-20 10:10:03 +02:00
Files
echo/version.go
T
2026-03-31 23:52:35 +03:00

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.1.0"
)