From 0696e550c8f88a7e8963f198d75025705370f58b Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 16 Mar 2018 07:09:15 +0000 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 94226b8..30cb6a5 100644 --- a/NXDNGateway/Version.h +++ b/NXDNGateway/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20180315"; +const char* VERSION = "20180316"; #endif