Skip to content

Commit 2c8e7bd

Browse files
committed
[cron] Bump distribution date (2024-02-07)
1 parent 005d687 commit 2c8e7bd

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 "2024-02-06"
44+
//#define STRING_DISTRIBUTION_DATE "2024-02-07"
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 "2024-02-06"
45+
#define STRING_DISTRIBUTION_DATE "2024-02-07"
4646
#endif
4747

4848
/**

0 commit comments

Comments
 (0)