From 3ef9910943abd6f4cd2dd0c77c8c2210e9b8bc6f Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 9 Apr 2018 19:09:07 +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 3b2dda1..0a971a3 100644 --- a/NXDNGateway/Version.h +++ b/NXDNGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20180327"; +const char* VERSION = "20180409"; #endif