Skip to content

Commit

Permalink
Merge pull request #331 from DataDog/delner/bump_to_version_0.11.1
Browse files Browse the repository at this point in the history
Bumping from version 0.11.0 => 0.11.1
  • Loading branch information
delner authored Jan 29, 2018
2 parents 763d9df + 4752ea6 commit adba5c1
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 = 11
PATCH = 0
PATCH = 1

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

0 comments on commit adba5c1

Please sign in to comment.