Skip to content

Commit 8be6545

Browse files
stalleyjtobespc
authored andcommitted
Fix darwin memory issue in core (#488)
* New version of core * Remove dylib file
1 parent 9705cc1 commit 8be6545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extract_all_binaries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var AGENTCORE_PLATFORMS = [
4141
'win32-x64',
4242
'os390-s390x',
4343
];
44-
var AGENTCORE_VERSION = '3.2.5';
44+
var AGENTCORE_VERSION = '3.2.6';
4545
var APPMETRICS_VERSION = '3.1.2';
4646

4747
var LOG_FILE = path.join(INSTALL_DIR, 'install.log');

0 commit comments

Comments
 (0)