We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fbe37 commit 40aab1eCopy full SHA for 40aab1e
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 "2025-01-24"
+//#define STRING_DISTRIBUTION_DATE "2025-01-25"
45
46
/**
47
* The protocol for communication to the host. Protocol indicates communication
Marlin/src/inc/Version.h
@@ -42,7 +42,7 @@
#ifndef STRING_DISTRIBUTION_DATE
- #define STRING_DISTRIBUTION_DATE "2025-01-24"
+ #define STRING_DISTRIBUTION_DATE "2025-01-25"
#endif
48
0 commit comments