mirror of
https://github.com/rclone/rclone.git
synced 2024-12-02 13:34:02 +08:00
6efedc4043
Removed references to older sdk and added new version sdk(2018-03-28)
10 lines
263 B
Go
10 lines
263 B
Go
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.
|
|
Version = "0.1.0"
|
|
)
|