We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d982272 commit 7a6fde9Copy full SHA for 7a6fde9
lib/appoptics_apm/version.rb
@@ -8,7 +8,7 @@ module AppOpticsAPM
8
module Version
9
MAJOR = 4 # breaking,
10
MINOR = 8 # feature,
11
- PATCH = 3 # fix => BFF
+ PATCH = 4 # fix => BFF
12
13
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
14
end
0 commit comments