From 60ccf326ec0e6218b27aed70556246db204b49a7 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 31 Jul 2024 05:17:16 -0700 Subject: [PATCH] version bump for WPSD fix --- reflector/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflector/Main.cpp b/reflector/Main.cpp index 22cd1d4..8f8757b 100644 --- a/reflector/Main.cpp +++ b/reflector/Main.cpp @@ -28,7 +28,7 @@ SJsonKeys g_Keys; CReflector g_Reflector; CGateKeeper g_GateKeeper; CConfigure g_Configure; -CVersion g_Version(3,1,2); // The major byte should only change if the interlink packet changes! +CVersion g_Version(3,1,3); // The major byte should only change if the interlink packet changes! CLookupDmr g_LDid; CLookupNxdn g_LNid; CLookupYsf g_LYtr;