Skip to content

Commit

Permalink
build(be): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Favo02 committed Feb 1, 2024
1 parent 60350e9 commit 369b491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let public_routes = Web.choose
~scope: "/"
~middlewares: []
[
Web.get "/version" (simple_handler 200 [("version", "0.0.1")]);
Web.get "/version" (simple_handler 200 [("version", "0.0.2")]);
Web.get "/toilets" Handlers.Toilets.get_all;
]

Expand Down

0 comments on commit 369b491

Please sign in to comment.