Skip to content

Commit

Permalink
Bump version and date to enable new release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwurst committed Feb 7, 2022
1 parent ff88387 commit fd35e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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-b5"
#define CUSTOM_BUILD_VERSION "1.4.0"

#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2022-01-23"
#define STRING_DISTRIBUTION_DATE "2022-02-07"
#endif

/**
Expand Down

0 comments on commit fd35e6b

Please sign in to comment.