...

Source file src/github.com/Azure/azure-sdk-for-go/version/version.go

Documentation: github.com/Azure/azure-sdk-for-go/version

     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  

View as plain text