Skip to content

Commit 5bd6ebd

Browse files
committed
Bump version numbers to 4.0.4
Signed-off-by: Matthew Colegate <[email protected]>
1 parent 70cc2ee commit 5bd6ebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# "externalbinariesdir%": "<(PRODUCT_DIR)/deploy/external/binaries",
66
"externalbinariesdir%": "./plugins",
77
'build_id%': '.<!(["python", "./generate_build_id.py"])',
8-
'coreversion%': '4.0.3',
8+
'coreversion%': '4.0.4',
99
"conditions": [
1010
['OS=="aix"', {
1111
"portdir": "aix",

src/ibmras/monitoring/agent/Agent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ std::string Agent::getBuildDate() {
192192
}
193193

194194
std::string Agent::getVersion() {
195-
return "4.0.3";
195+
return "4.0.4";
196196
}
197197

198198
void Agent::setLogLevels() {

0 commit comments

Comments
 (0)