Skip to content

Commit 86c9de3

Browse files
committed
Prepare release v2.0.1
1 parent eb2440e commit 86c9de3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ install:
3737
- echo "TRAVIS_GO_VERSION=$TRAVIS_GO_VERSION"
3838
- dep status -v
3939

40+
after_success:
41+
- make clean
42+
4043
deploy:
4144
- provider: script
4245
skip_cleanup: true

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
77
// ourUserAgent is the User-Agent of this underlying library package.
8-
ourUserAgent = "xenolf-acme/2.0.0"
8+
ourUserAgent = "xenolf-acme/2.0.1"
99

1010
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
1111
// values: detach|release
1212
// NOTE: Update this with each tagged release.
13-
ourUserAgentComment = "detach"
13+
ourUserAgentComment = "release"
1414
)

0 commit comments

Comments
 (0)