Skip to content

Commit cbecbd2

Browse files
committed
update Vix version
1 parent 84911cc commit cbecbd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vix/websocket/AttachedRuntime.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ namespace vix
141141
register_ws_openapi_docs_once();
142142
auto r = app.router();
143143
if (r)
144-
vix::openapi::register_openapi_and_docs(*r, "Vix API", "0.0.0");
144+
vix::openapi::register_openapi_and_docs(*r, "Vix API", "1.33.0");
145145
vix::websocket::AttachedRuntime runtime{app, ws};
146146

147147
app.listen(port, [&]()

0 commit comments

Comments
 (0)