Skip to content

Commit

Permalink
bumping version 0.1.5 => 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Palazzetti committed Dec 7, 2016
1 parent e7ad5c9 commit dcf46e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ddtrace/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Datadog
module VERSION
MAJOR = 0
MINOR = 1
PATCH = 5
MINOR = 2
PATCH = 0

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

0 comments on commit dcf46e4

Please sign in to comment.