Skip to content

Commit

Permalink
Bump version numbers to 4.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Colegate <colegate@uk.ibm.com>
  • Loading branch information
mattcolegate committed Aug 21, 2019
1 parent 70cc2ee commit 5bd6ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# "externalbinariesdir%": "<(PRODUCT_DIR)/deploy/external/binaries",
"externalbinariesdir%": "./plugins",
'build_id%': '.<!(["python", "./generate_build_id.py"])',
'coreversion%': '4.0.3',
'coreversion%': '4.0.4',
"conditions": [
['OS=="aix"', {
"portdir": "aix",
Expand Down
2 changes: 1 addition & 1 deletion src/ibmras/monitoring/agent/Agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ std::string Agent::getBuildDate() {
}

std::string Agent::getVersion() {
return "4.0.3";
return "4.0.4";
}

void Agent::setLogLevels() {
Expand Down

0 comments on commit 5bd6ebd

Please sign in to comment.