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

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Mar 10, 2017
1 parent cd3a361 commit c16461d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes by Version
==================

2.2.1 (Unreleased)
------------------

- Nothing yet.


2.2.0 (2017-03-10)
------------------

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 @@ package jaeger

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

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

0 comments on commit c16461d

Please sign in to comment.