Skip to content

Commit 7a6fde9

Browse files
committed
[rails6] update gem version to 4.8.4
AO-13827
1 parent d982272 commit 7a6fde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appoptics_apm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module AppOpticsAPM
88
module Version
99
MAJOR = 4 # breaking,
1010
MINOR = 8 # feature,
11-
PATCH = 3 # fix => BFF
11+
PATCH = 4 # fix => BFF
1212

1313
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1414
end

0 commit comments

Comments
 (0)