diff --git a/P25Reflector/Version.h b/P25Reflector/Version.h index 75c23cd..ee48a9e 100644 --- a/P25Reflector/Version.h +++ b/P25Reflector/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20210213"; +const char* VERSION = "20210824"; #endif