remove const (#5869)

This commit is contained in:
George Arama 2024-08-01 13:57:05 -07:00 committed by GitHub
parent 20e3bd3ff4
commit e5f2cda065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ namespace Azure { namespace Security { namespace KeyVault { namespace Administra
* @brief Service Version used.
*
*/
const std::string ApiVersion{"7.5"};
std::string ApiVersion{"7.5"};
};
/**