Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Dec 13, 2022
1 parent 5cd9b7c commit 7e9094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loraprs_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Service : public Kiss::Processor
} __attribute__((packed));

private:
const String CfgLoraprsVersion = "LoRAPRS 1.0.4";
const String CfgLoraprsVersion = "LoRAPRS 1.0.5";

// processor config
const int CfgConnRetryMs = 500; // connection retry delay, e.g. wifi
Expand Down

0 comments on commit 7e9094f

Please sign in to comment.