Skip to content

Commit

Permalink
chore: server version up
Browse files Browse the repository at this point in the history
  • Loading branch information
lumpsoid committed Aug 17, 2024
1 parent 274cf12 commit a9d6408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/webapi/handlers/index_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
var Index = server.Get("/", func(s *server.Server) echo.HandlerFunc {
return func(c echo.Context) error {
return c.Render(http.StatusOK, "index.html", map[string]interface{}{
"version": "0.6.0",
"version": "0.6.2",
})
}
})

0 comments on commit a9d6408

Please sign in to comment.