Skip to content

Commit

Permalink
Bumping version 1.5.2 to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Nov 15, 2022
1 parent 68c1732 commit a799dbf
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
Expand Up @@ -3,8 +3,8 @@
module DDTrace
module VERSION
MAJOR = 1
MINOR = 5
PATCH = 2
MINOR = 6
PATCH = 0
PRE = nil

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

0 comments on commit a799dbf

Please sign in to comment.