diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2020-01-10 15:02:23 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2020-01-10 15:02:23 -0600 |
commit | 03299da706c0f8b3a9fc8565d980a253eeab82e5 (patch) | |
tree | 60be759cea607dacbce48fb4572c8fa999480bf5 /src/Version.cpp | |
parent | bfc20a0ee14c841c75eeb6878dc5e3eced7d8e2d (diff) | |
download | mts-io-sysfs-03299da706c0f8b3a9fc8565d980a253eeab82e5.tar.gz mts-io-sysfs-03299da706c0f8b3a9fc8565d980a253eeab82e5.tar.bz2 mts-io-sysfs-03299da706c0f8b3a9fc8565d980a253eeab82e5.zip |
Bug fix: device info list declaration and valid directory check
Diffstat (limited to 'src/Version.cpp')
-rw-r--r-- | src/Version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.cpp b/src/Version.cpp index b963c93..b601c9d 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-10-gb69c751"); +const std::string Version::version("v1.0.0-11-gbfc20a0"); |