// Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT #include "azure/template/template_client.hpp" #include "azure/template/version.hpp" #include using namespace Azure::Template; std::string const TemplateClient::ClientVersion() { return Details::Version::VersionString(); }