Skip to content

Commit

Permalink
Changed version.
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang1024 committed Mar 25, 2021
1 parent 78625c0 commit ccc7455
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ UCI chess engine.

Play against Megalodon on [Lichess][lichess]!

[Version 0.2.3][latest] was recently released!
[Version 0.2.4][latest] was recently released!

## Compiling

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ UCI chess engine

Play against Megalodon on [Lichess][lichess]!

[Version 0.2.3][latest] was recently released!
[Version 0.2.4][latest] was recently released!

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using std::string;


void print_info() {
cout << "Megalodon v0.2.3 - UCI chess engine" << "\n";
cout << "Megalodon v0.2.4 - UCI chess engine" << "\n";
cout << "Copyright the Megalodon developers (in AUTHORS file)" << "\n";
cout << "https://github.com/megalodon-chess/megalodon" << "\n";
cout << "Licensed under GNU GPL v3: https://www.gnu.org/licenses/" << endl;
Expand Down

0 comments on commit ccc7455

Please sign in to comment.