From 003833b85fee023122ade772cecb316d5afc973b Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sun, 21 Jun 2020 17:46:55 +0100 Subject: [PATCH] Bump the version date. --- NXDNGateway/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NXDNGateway/Version.h b/NXDNGateway/Version.h index b2493a9..6d4de6d 100644 --- a/NXDNGateway/Version.h +++ b/NXDNGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20200605"; +const char* VERSION = "20200621"; #endif