Skip to content

Commit

Permalink
Merge pull request #26 from tobespc/master
Browse files Browse the repository at this point in the history
update agent.cpp version string
  • Loading branch information
stalleyj authored Nov 22, 2016
2 parents 8dd013b + 537b017 commit a5d66d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibmras/monitoring/agent/Agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ std::string Agent::getBuildDate() {
}

std::string Agent::getVersion() {
return "3.0.10";
return "3.1.0";
}

void Agent::setLogLevels() {
Expand Down

0 comments on commit a5d66d9

Please sign in to comment.