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