Skip to content

Commit b20166f

Browse files
committed
bump to v1.6 - v1.5 is deprecated
1 parent d7e9743 commit b20166f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

routes/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ import (
1111
// it is important otherwise services (eq cloudfare) will health check on /
1212
// and will think the server died
1313
func GetDocs(c echo.Context) error {
14-
return c.String(http.StatusOK, "Version 1.5")
14+
return c.String(http.StatusOK, "Version 1.6")
1515
}

server

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)