Change date back from testing.

This commit is contained in:
J-D-K 2025-09-26 15:02:53 -04:00
parent 17ef99e21d
commit 5e864d17f0

View File

@ -3,6 +3,6 @@
namespace builddate
{
inline constexpr int MONTH = 9;
inline constexpr int DAY = 12;
inline constexpr int DAY = 26;
inline constexpr int YEAR = 2025;
}