We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8238993 commit 2ed2274Copy full SHA for 2ed2274
lib/ddtrace/version.rb
@@ -2,7 +2,7 @@ module Datadog
2
module VERSION
3
MAJOR = 0
4
MINOR = 4
5
- PATCH = 0
+ PATCH = 1
6
7
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
end
0 commit comments