Bump the version date.

This commit is contained in:
Jonathan Naylor 2023-07-11 17:10:41 +01:00
parent 0eda05e064
commit c28edb9c4f

View file

@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20230707";
const char* VERSION = "20230711";
#endif