Skip to content

Commit

Permalink
Bumping version 1.10.0 to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Mar 10, 2023
1 parent 2ae625d commit a907bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ddtrace/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module DDTrace
module VERSION
MAJOR = 1
MINOR = 10
PATCH = 0
PATCH = 1
PRE = nil

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

0 comments on commit a907bdb

Please sign in to comment.