Skip to content

Commit 4e467e9

Browse files
committed
[cron] Bump distribution date (2022-03-11)
1 parent 813b6af commit 4e467e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Marlin/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* here we define this default string as the date where the latest release
4242
* version was tagged.
4343
*/
44-
//#define STRING_DISTRIBUTION_DATE "2022-03-05"
44+
//#define STRING_DISTRIBUTION_DATE "2022-03-11"
4545

4646
/**
4747
* Defines a generic printer name to be output to the LCD after booting Marlin.

Marlin/src/inc/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* version was tagged.
4343
*/
4444
#ifndef STRING_DISTRIBUTION_DATE
45-
#define STRING_DISTRIBUTION_DATE "2022-03-05"
45+
#define STRING_DISTRIBUTION_DATE "2022-03-11"
4646
#endif
4747

4848
/**

0 commit comments

Comments
 (0)