Skip to content

Commit

Permalink
[version] bump version 0.7.3 => 0.8.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoot committed Jul 24, 2017
1 parent e01bba7 commit 22557d3
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 = 7
PATCH = 3
MINOR = 8
PATCH = 0

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

0 comments on commit 22557d3

Please sign in to comment.