2018-07-25 09:51:24 -05:00
|
|
|
package pipeline
|
|
|
|
|
|
|
|
const (
|
|
|
|
// UserAgent is the string to be used in the user agent string when making requests.
|
|
|
|
UserAgent = "azure-pipeline-go/" + Version
|
|
|
|
|
|
|
|
// Version is the semantic version (see http://semver.org) of the pipeline package.
|
2019-07-23 07:06:44 -05:00
|
|
|
Version = "0.2.1"
|
2018-07-25 09:51:24 -05:00
|
|
|
)
|