Skip to content

Commit 3375aa1

Browse files
committed
Increase version
1 parent ca92636 commit 3375aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/loraprs_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Service : virtual public Kiss::Processor
119119
} __attribute__((packed));
120120

121121
private:
122-
const String CfgLoraprsVersion = "LoRAPRS 1.0.8";
122+
const String CfgLoraprsVersion = "LoRAPRS 1.0.9";
123123

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

0 commit comments

Comments
 (0)