Skip to content

Commit fb46b1a

Browse files
docs: Version updated to v 1.0.1
1 parent 9734b4d commit fb46b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/game.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Game::Game(const int width, const int height, const int mineCount)
136136

137137
std::string Game::version()
138138
{
139-
return "v 1.0.0";
139+
return "v 1.0.1";
140140
}
141141

142142
void Game::reset()

0 commit comments

Comments
 (0)