Skip to content

Commit

Permalink
bumping version 0.12.0.beta1 => 0.12.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
delner committed Feb 28, 2018
1 parent 2cd1d28 commit 8d39d87
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 @@ -3,7 +3,7 @@ module VERSION
MAJOR = 0
MINOR = 12
PATCH = 0
PRE = 'beta1'.freeze
PRE = 'beta2'.freeze

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

0 comments on commit 8d39d87

Please sign in to comment.