Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Prepare release 0.0.6 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Jun 20, 2021
1 parent 06efdab commit a0e984c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ You can also check the Silkrpc executable version by:

```
$ silkrpc/silkrpcdaemon --version
silkrpcdaemon 0.0.5
silkrpcdaemon 0.0.6
```
2 changes: 1 addition & 1 deletion silkrpc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int main(int argc, char* argv[]) {
config.contains_help_flags = [](absl::string_view filename) { return absl::EndsWith(filename, "main.cpp"); };
config.contains_helppackage_flags = [](absl::string_view) { return false; };
config.normalize_filename = [](absl::string_view f) { return std::string{f.substr(f.rfind("/") + 1)}; };
config.version_string = []() { return "silkrpcdaemon 0.0.6-rc\n"; };
config.version_string = []() { return "silkrpcdaemon 0.0.6\n"; };
absl::SetFlagsUsageConfig(config);
absl::SetProgramUsageMessage("C++ implementation of ETH JSON Remote Procedure Call (RPC) daemon");
absl::ParseCommandLine(argc, argv);
Expand Down

0 comments on commit a0e984c

Please sign in to comment.