Skip to content

Commit e2b0b18

Browse files
thinkyheadeoyilmaz
authored andcommittedNov 21, 2023
[cron] Bump distribution date (2023-11-20)

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 "2023-11-19"
44+
//#define STRING_DISTRIBUTION_DATE "2023-11-20"
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 "2023-11-19"
45+
#define STRING_DISTRIBUTION_DATE "2023-11-20"
4646
#endif
4747

4848
/**

0 commit comments

Comments
 (0)
Please sign in to comment.