We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619ce90 commit fec5a89Copy full SHA for fec5a89
Website/openrails.org/index.php
@@ -44,7 +44,7 @@
44
<!-- Button to trigger modal -->
45
<a href="#modal1" role="button" class='btn download_button' data-toggle="modal">
46
<span class='glyphicon glyphicon-download'></span> Download the installer
47
- <?php echo '08 December 2018, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?>
+ <?php echo '19 Oct 2021, ' . round(filesize("$file_path/$download_stable") / 1024 / 1024) . 'MB)'; ?>
48
</a>
49
</div>
50
0 commit comments