Skip to content

Commit e817773

Browse files
committed
Marlin 2.0.7
1 parent aac0326 commit e817773

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.6.1"
31+
//#define SHORT_BUILD_VERSION "2.0.7"
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.6.1"
28+
#define SHORT_BUILD_VERSION "2.0.7"
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.6.1.zip
3+
## https://github.com/MarlinFirmware/Configurations/archive/release-2.0.7.zip

0 commit comments

Comments
 (0)