sdk/internal/version.go (4 lines of code) (raw):
//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.2-beta.1"
)