Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
4m1g0 committed Jan 8, 2020
1 parent e627d09 commit c3942fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FossaGroundStation/src/Status.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct PacketInfo {
};

struct Status {
const uint32_t version = 2001065; // version year month day release
const uint32_t version = 2001080; // version year month day release
bool mqtt_connected = false;
SysInfo sysInfo;
PacketInfo lastPacketInfo;
Expand Down

0 comments on commit c3942fa

Please sign in to comment.