2018-05-21 19:05:11 +00:00
|
|
|
package version
|
|
|
|
|
2020-04-01 15:47:41 +00:00
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
// Licensed under the MIT License. See License.txt in the project root for license information.
|
2018-05-21 19:05:11 +00:00
|
|
|
|
|
|
|
// Number contains the semantic version of this SDK.
|
2020-04-01 15:47:41 +00:00
|
|
|
const Number = "v56.3.0"
|