2020-02-21 03:58:17 +00:00
|
|
|
//go:build go1.18
|
|
|
|
// +build go1.18
|
|
|
|
|
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
// Licensed under the MIT License.
|
|
|
|
|
|
|
|
package azidentity
|
|
|
|
|
|
|
|
const (
|
|
|
|
// UserAgent is the string to be used in the user agent string when making requests.
|
|
|
|
component = "azidentity"
|
|
|
|
|
|
|
|
// Version is the semantic version (see http://semver.org) of this module.
|
2023-05-11 13:23:47 +00:00
|
|
|
version = "v1.3.0"
|
2020-02-21 03:58:17 +00:00
|
|
|
)
|