Skip to content

Commit 88f266f

Browse files
committed
update gem version to 4.2.0 and liboboe VERSION to 3.0.0
[AO-7719]
1 parent 0d17ff2 commit 88f266f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/oboe_metal/src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
3.0.0

lib/appoptics_apm/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ module AppOpticsAPM
77
# appoptics_apm.gemspec during gem build process
88
module Version
99
MAJOR = 4
10-
MINOR = 1
11-
PATCH = 2
10+
MINOR = 2
11+
PATCH = 0
1212

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

0 commit comments

Comments
 (0)