Skip to content

Commit

Permalink
update: CogLink version
Browse files Browse the repository at this point in the history
This commit updates CogLink version for a release.
  • Loading branch information
ThePedroo committed May 17, 2024
1 parent af7fec7 commit 13563ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DOXYFILE_ENCODING = UTF-8

PROJECT_NAME = "CogLink"

PROJECT_NUMBER = v3.0.0
PROJECT_NUMBER = v3.0.1

PROJECT_BRIEF =

Expand Down
2 changes: 1 addition & 1 deletion lib/websocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ int coglink_connect_nodes(struct coglink_client *c_client, struct discord *clien
ws_add_header(nodes->array[i].ws, "Num-Shards", c_client->num_shards);
ws_add_header(nodes->array[i].ws, "User-Id", bot_id_str);
/* NodeLink/FrequenC Client-Name format */
ws_add_header(nodes->array[i].ws, "Client-Name", "Coglink/3.0.0 (https://github.com/PerformanC/CogLink)");
ws_add_header(nodes->array[i].ws, "Client-Name", "Coglink/3.0.1 (https://github.com/PerformanC/CogLink)");
ws_add_header(nodes->array[i].ws, "Sec-WebSocket-Protocol", "13"); /* If not set, will be undefined */

io_poller_curlm_add(client->io_poller, nodes->array[i].mhandle, _IO_poller, node_info);
Expand Down

0 comments on commit 13563ab

Please sign in to comment.