Skip to content

Commit 366da13

Browse files
committed
Update server.go
1 parent 020a6b3 commit 366da13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/http/v1/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ func (serverRoutes) ping(c echo.Context) (err error) {
4444
// @Router /status/version [get]
4545
func (serverRoutes) version(c echo.Context) (err error) {
4646
return c.JSON(http.StatusOK, map[string]interface{}{
47-
"version": "v0.0.0-alpha3",
47+
"version": "v0.0.0-alpha4",
4848
})
4949
}

0 commit comments

Comments
 (0)