Skip to content

Commit

Permalink
bumping version 0.4.3 => 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Palazzetti committed Mar 8, 2017
1 parent a5ae668 commit 5b10706
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 = 4
PATCH = 3
MINOR = 5
PATCH = 0

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

0 comments on commit 5b10706

Please sign in to comment.