Skip to content

Commit ddf4749

Browse files
committed
Bump software version to 3.0
Updates the bootloader software version constant from 2.4 to 3.0.
1 parent 43097e7 commit ddf4749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootloader-tftp/include/software_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
#ifndef SOFTWARE_VERSION_H_
2727
#define SOFTWARE_VERSION_H_
2828

29-
constexpr char kSoftwareVersion[] = "2.4";
29+
constexpr char kSoftwareVersion[] = "3.0";
3030

3131
#endif // SOFTWARE_VERSION_H_

0 commit comments

Comments
 (0)