Skip to content

Commit 28b750d

Browse files
committed
Bump software version to 2.0
Update the bootloader software version constant from 1.3 to 2.0 to reflect the new release.
1 parent 61f5980 commit 28b750d

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[] = "1.3";
29+
constexpr char kSoftwareVersion[] = "2.0";
3030

3131
#endif // SOFTWARE_VERSION_H_

0 commit comments

Comments
 (0)