1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

rogueviz:: nilrider version number updated to 2.0

This commit is contained in:
Zeno Rogue
2024-08-24 16:11:06 +02:00
parent 0307db207d
commit ce7058de5f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
namespace nilrider {
const string ver = "0.2";
const string ver = "2.0";
string new_replay_name() {
time_t timer;