Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
metalicjames committed Mar 31, 2018
1 parent 8ac201a commit 608e6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/rpcserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void CryptoServer::setWallet(CryptoKernel::Wallet* Wallet,
Json::Value CryptoServer::getinfo() {
Json::Value returning;

returning["rpc_version"] = "2.0.0-dev";
returning["rpc_version"] = "0.0.1";
returning["ck_version"] = version;
const long double balance = wallet->getTotalBalance() / 100000000.0;
std::stringstream buffer;
Expand Down
2 changes: 1 addition & 1 deletion src/kernel/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

#include <string>

const std::string version = "0.1.0-alpha-rc3";
const std::string version = "0.1.0-alpha-rc4";

#endif // VERSION_H_INCLUDED

0 comments on commit 608e6d9

Please sign in to comment.