version.go raw

   1  package version
   2  
   3  // Copyright (c) Microsoft Corporation. All rights reserved.
   4  // Licensed under the MIT License. See License.txt in the project root for license information.
   5  
   6  // Number contains the semantic version of this SDK.
   7  const Number = "v68.0.0"
   8