Skip to content

Commit

Permalink
Merge pull request #339 from DataDog/delner/bump_to_version_0.12.0beta1
Browse files Browse the repository at this point in the history
Bumping from version 0.11.2 => 0.12.0beta1
  • Loading branch information
delner authored Feb 8, 2018
2 parents 3e85f40 + 2c940b0 commit fbf203a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/ddtrace/version.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module Datadog
module VERSION
MAJOR = 0
MINOR = 11
PATCH = 2
MINOR = 12
PATCH = 0
PRE = 'beta1'.freeze

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

0 comments on commit fbf203a

Please sign in to comment.