//go:build go1.18
// +build go1.18

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package internal

const (
	// version is the semantic version (see http://semver.org) of this module.
	//lint:ignore U1000 reason: "this constant is used by release automation"
	version = "v1.11.1"
)
