We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cc2ee commit 5bd6ebdCopy full SHA for 5bd6ebd
binding.gyp
@@ -5,7 +5,7 @@
5
# "externalbinariesdir%": "<(PRODUCT_DIR)/deploy/external/binaries",
6
"externalbinariesdir%": "./plugins",
7
'build_id%': '.<!(["python", "./generate_build_id.py"])',
8
- 'coreversion%': '4.0.3',
+ 'coreversion%': '4.0.4',
9
"conditions": [
10
['OS=="aix"', {
11
"portdir": "aix",
src/ibmras/monitoring/agent/Agent.cpp
@@ -192,7 +192,7 @@ std::string Agent::getBuildDate() {
192
}
193
194
std::string Agent::getVersion() {
195
- return "4.0.3";
+ return "4.0.4";
196
197
198
void Agent::setLogLevels() {
0 commit comments