Prepare release v2.0.1

This commit is contained in:
Fernandez Ludovic 2019-01-09 19:43:59 +01:00 committed by Ludovic Fernandez
parent eb2440e3ff
commit 86c9de3db6
2 changed files with 5 additions and 2 deletions

View file

@ -37,6 +37,9 @@ install:
- echo "TRAVIS_GO_VERSION=$TRAVIS_GO_VERSION"
- dep status -v
after_success:
- make clean
deploy:
- provider: script
skip_cleanup: true

View file

@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/2.0.0"
ourUserAgent = "xenolf-acme/2.0.1"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "detach"
ourUserAgentComment = "release"
)