Skip to content

Commit c45e266

Browse files
committed
(bin) update to v0.7
1 parent f8e5e53 commit c45e266

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 0.6")
14+
return c.String(http.StatusOK, "Version 0.7")
1515
}

server

4.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)