We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020a6b3 commit 366da13Copy full SHA for 366da13
internal/controllers/http/v1/server.go
@@ -44,6 +44,6 @@ func (serverRoutes) ping(c echo.Context) (err error) {
44
// @Router /status/version [get]
45
func (serverRoutes) version(c echo.Context) (err error) {
46
return c.JSON(http.StatusOK, map[string]interface{}{
47
- "version": "v0.0.0-alpha3",
+ "version": "v0.0.0-alpha4",
48
})
49
}
0 commit comments