osquery-1/osquery/main/lib.cpp

11 lines
165 B
C++

// Copyright 2004-present Facebook. All Rights Reserved.
#include <string>
#include "osquery/core.h"
namespace osquery {
const std::string kVersion = VERSION;
}