sdk/data/azcosmos/version.go (5 lines of code) (raw):
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package azcosmos
const (
moduleName = "github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos"
// serviceLibVersion is the semantic version (see http://semver.org) of this module.
serviceLibVersion = "v1.4.1-beta.1"
)