mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
9 lines
138 B
C++
9 lines
138 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#include <string>
|
|
|
|
namespace osquery {
|
|
|
|
const std::string kVersion = "0.0.1";
|
|
}
|