Skip to content

Commit

Permalink
bumping version 0.10.0 => 0.11.0 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
delner authored and Emanuele Palazzetti committed Jan 17, 2018
1 parent 79bfe4b commit b60bb46
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
@@ -1,7 +1,7 @@
module Datadog
module VERSION
MAJOR = 0
MINOR = 10
MINOR = 11
PATCH = 0

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

0 comments on commit b60bb46

Please sign in to comment.