From c4811dd1b73b37b0916803097237acd31f1df98b Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Tue, 7 Jan 2020 15:50:56 -0600 Subject: Refactored accessory cards classes with inheritence, fixed Makefile clean, moved some helper functions to header utility --- src/Version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Version.cpp') diff --git a/src/Version.cpp b/src/Version.cpp index 96d0a2c..0f6d228 100644 --- a/src/Version.cpp +++ b/src/Version.cpp @@ -1,4 +1,4 @@ //Pre-Build Auto-Generated Source #include "Version.h" -const std::string Version::version("v1.0.0-4-g50a0344"); +const std::string Version::version("v1.0.0-5-g68c0c5e"); -- cgit v1.2.3