Skip to content

Commit

Permalink
[version] bump version 0.7.0 => 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoot committed May 10, 2017
1 parent 3f1ed0d commit 7b7a9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ddtrace/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Datadog
module VERSION
MAJOR = 0
MINOR = 7
PATCH = 0
PATCH = 1

STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

1 comment on commit 7b7a9a0

@krasnoukhov
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for releasing this! I see that release tag is created, but gem is not pushed to rubygems. I just wanted to make sure we can upgrade

Please sign in to comment.