From 0feb41943963109b8ce41e2cf7f96f4086c4ef74 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 6 Feb 2025 11:05:32 +0100 Subject: [PATCH] Raise minor version to 2.11.0 - `master` then targets `2.11.0` - development version will properly order WRT `2.10.0`, being `2.11.0.dev.b..g` - system tests will be able to target `master` without conflicting with released `2.10.0` --- lib/datadog/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datadog/version.rb b/lib/datadog/version.rb index 5d036fa5144..f03552682cf 100644 --- a/lib/datadog/version.rb +++ b/lib/datadog/version.rb @@ -3,7 +3,7 @@ module Datadog module VERSION MAJOR = 2 - MINOR = 10 + MINOR = 11 PATCH = 0 PRE = nil BUILD = nil