Increase nozzle park timeout to 1 minute and bump version for next release

This commit is contained in:
Knutwurst
2022-01-23 12:42:42 +01:00
parent f85e2ebb22
commit f56b9f58ab
2 changed files with 3 additions and 3 deletions

View File

@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.4.0-b4"
#define CUSTOM_BUILD_VERSION "1.4.0-b5"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2022-01-09"
#define STRING_DISTRIBUTION_DATE "2022-01-23"
#endif
/**