azure-amqp-common-go/internal/version.go

7 строки
96 B
Go

package common
const (
// Version is the semantic version of the library
Version = "4.2.0"
)