Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Prepare release 2.18.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
Yuri Shkuro committed Sep 16, 2019
1 parent f188b2e commit 9a8d51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changes by Version
==================

2.18.1 (unreleased)
2.18.1 (2019-09-16)
-------------------

- Nothing yet.
- Remove go.mod / go.sum that interfere with `go get` (#432)


2.18.0 (2019-09-09)
Expand Down
2 changes: 1 addition & 1 deletion constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
// JaegerClientVersion is the version of the client library reported as Span tag.
JaegerClientVersion = "Go-2.18.1dev"
JaegerClientVersion = "Go-2.18.1"

// JaegerClientVersionTagKey is the name of the tag used to report client version.
JaegerClientVersionTagKey = "jaeger.version"
Expand Down

0 comments on commit 9a8d51c

Please sign in to comment.