We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd5cb0 commit 80a2555Copy full SHA for 80a2555
Marlin/Version.h
@@ -41,7 +41,7 @@
41
* here we define this default string as the date where the latest release
42
* version was tagged.
43
*/
44
-//#define STRING_DISTRIBUTION_DATE "2023-01-13"
+//#define STRING_DISTRIBUTION_DATE "2023-01-14"
45
46
/**
47
* Defines a generic printer name to be output to the LCD after booting Marlin.
Marlin/src/inc/Version.h
@@ -42,7 +42,7 @@
#ifndef STRING_DISTRIBUTION_DATE
- #define STRING_DISTRIBUTION_DATE "2023-01-13"
+ #define STRING_DISTRIBUTION_DATE "2023-01-14"
#endif
48
0 commit comments