Skip to content

Commit 78c3513

Browse files
bump version
1 parent 597f580 commit 78c3513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globals.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
#define API_HEADERS { \
88
{"Authorization", "Bearer " + std::string(getenv("API_TOKEN") ? getenv("API_TOKEN") : "")}, \
99
{"Accept", "application/json"}, \
10-
{"User-Agent", "cordactyl-discord-bot/2.0"} \
10+
{"User-Agent", "cordactyl-discord-bot/2.1"} \
1111
}
12-
#define EXIT_INVALID_API_TOKEN 24
12+
#define EXIT_INVALID_API_TOKEN 24

0 commit comments

Comments
 (0)