All checks were successful
continuous-integration/drone/push Build is passing
6 lines
183 B
Go
Executable File
6 lines
183 B
Go
Executable File
// Package version provides information about the current version of the API library.
|
|
package version
|
|
|
|
// Version is the version of the Cisco UCS API library.
|
|
const Version = "0.1.0"
|