Skip to content

Commit

Permalink
Raise minor version to 2.11.0
Browse files Browse the repository at this point in the history
- `master` then targets `2.11.0`
- development version will properly order WRT `2.10.0`, being `2.11.0.dev.b<git branch hash>.<ci provider><ci monotonic id>.g<git short sha>`
- system tests will be able to target `master` without conflicting with released `2.10.0`
  • Loading branch information
lloeki committed Feb 6, 2025
1 parent a444023 commit 0feb419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Datadog
module VERSION
MAJOR = 2
MINOR = 10
MINOR = 11
PATCH = 0
PRE = nil
BUILD = nil
Expand Down

0 comments on commit 0feb419

Please sign in to comment.