Update Version.h

This commit is contained in:
Andy Taylor
2021-02-08 20:52:43 +00:00
committed by GitHub
parent 987ae9b433
commit 6269cc3266
+1 -1
View File
@@ -20,6 +20,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20200605";
const char* VERSION = "20210208";
#endif