Skip to content

Commit 92076c6

Browse files
committed
Marlin Release 2.0.6
1 parent 5e5daf1 commit 92076c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Marlin/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Marlin release version identifier
3030
*/
31-
//#define SHORT_BUILD_VERSION "2.0.5.4"
31+
//#define SHORT_BUILD_VERSION "2.0.6"
3232

3333
/**
3434
* Verbose version identifier which should contain a reference to the location

Marlin/src/inc/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Release version. Leave the Marlin version or apply a custom scheme.
2626
*/
2727
#ifndef SHORT_BUILD_VERSION
28-
#define SHORT_BUILD_VERSION "2.0.5.4"
28+
#define SHORT_BUILD_VERSION "2.0.6"
2929
#endif
3030

3131
/**

config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Where have all the configurations gone?
22

3-
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.5.zip
3+
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.6.zip

0 commit comments

Comments
 (0)