github.com/vmware/govmomi@v0.51.0/internal/version/version.go (about)

     1  // © Broadcom. All Rights Reserved.
     2  // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package version
     6  
     7  const (
     8  	// ClientName is the name of this SDK
     9  	ClientName = "govmomi"
    10  
    11  	// ClientVersion is the version of this SDK
    12  	ClientVersion = "0.51.0"
    13  )