Skip to content

Commit

Permalink
bumping version 0.13.0 => 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
delner committed Jul 17, 2018
1 parent e846bc9 commit 1f6b62e
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 Datadog
module VERSION
MAJOR = 0
MINOR = 13
PATCH = 0
PATCH = 1
PRE = nil

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

0 comments on commit 1f6b62e

Please sign in to comment.