Skip to content

Commit

Permalink
Revert "update version to 2.0.0.alpha1 on master" (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc authored Nov 1, 2023
1 parent f3e4f7e commit 5d75f3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/ddtrace/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

module DDTrace
module VERSION
MAJOR = 2
MINOR = 0
MAJOR = 1
MINOR = 15
PATCH = 0
PRE = 'alpha1'
PRE = nil
BUILD = nil
# PRE and BUILD above are modified for dev gems during gem build GHA workflow

Expand Down
2 changes: 1 addition & 1 deletion spec/datadog/profiling/tag_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'host' => Datadog::Core::Environment::Socket.hostname,
'language' => 'ruby',
'process_id' => Process.pid.to_s,
'profiler_version' => start_with('2.'),
'profiler_version' => start_with('1.'),
'runtime' => 'ruby',
'runtime_engine' => RUBY_ENGINE,
'runtime-id' => Datadog::Core::Environment::Identity.id,
Expand Down

0 comments on commit 5d75f3e

Please sign in to comment.