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