Skip to content

Commit aa820a6

Browse files
committed
Update year text
1 parent f077a4f commit aa820a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/screens/rocketRobz.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RocketRobz : public Screen {
1414
const char* gameYearText = "2008-2017";
1515
const char* gameYearText2 = "2009-2017";
1616
const char* gameYearTextKOR = "2010-2013";
17-
const char* yearText = "2019-2023";
17+
const char* yearText = "2019-2024";
1818
};
1919

2020
#endif

0 commit comments

Comments
 (0)