Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
connormcmonigle committed Jul 27, 2021
1 parent 769c718 commit 5fad705
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 @@ -32,5 +32,5 @@ The latest network can be found [here](https://github.com/connormcmonigle/seer-t
```
cd build
wget -O eval.bin https://github.com/connormcmonigle/seer-training/releases/download/0xd203e246/0xd203e246.bin
make EVALFILE=eval.bin
make pgo EVALFILE=eval.bin
```
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace version {
constexpr std::string_view engine_name = "Seer";
constexpr std::string_view author_name = "Connor McMonigle";
constexpr size_t major = 2;
constexpr size_t minor = 1;
constexpr size_t minor = 2;
constexpr size_t patch = 0;

} // namespace version

0 comments on commit 5fad705

Please sign in to comment.