Skip to content

Commit 2d726a4

Browse files
committed
update gem version to 4.1.2 (oboe 2.0.10)
getting ready to release 2 bug fixes - action name in action_contoller_api, AO-7956 - determine dbtype without making a connection, AO-7882
1 parent 67c4119 commit 2d726a4

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
1010
MINOR = 1
11-
PATCH = 1
11+
PATCH = 2
1212

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

0 commit comments

Comments
 (0)