Skip to content

Commit 6d3f224

Browse files
committed
- Version increment
1 parent 605bb30 commit 6d3f224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneralsMD/Code/GameEngine/Source/GameNetwork/GeneralsOnline/OnlineServices_Init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ void NGMP_OnlineServicesManager::InitSentry()
998998

999999
sentry_options_set_dsn(options, "https://61750bebd112d279bcc286d617819269@o4509316925554688.ingest.us.sentry.io/4509316927586304");
10001000
sentry_options_set_database_path(options, strDumpPath.c_str());
1001-
sentry_options_set_release(options, "generalsonline-client@032926_QFE2");
1001+
sentry_options_set_release(options, "generalsonline-client@032926_QFE3");
10021002

10031003
#if defined(USE_TEST_ENV)
10041004
sentry_options_set_environment(options, "test");

0 commit comments

Comments
 (0)