Skip to content

Commit

Permalink
bumping version 0.35.2 => 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed May 27, 2020
1 parent 3aea81a commit 9f0f930
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 = 35
PATCH = 2
MINOR = 36
PATCH = 0
PRE = nil

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

0 comments on commit 9f0f930

Please sign in to comment.