Skip to content

Commit 63fba43

Browse files
committed
[versions] change gem to 4.2.7, print c-lib version on build
[AO-9956]
1 parent 20bdb87 commit 63fba43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ task :fetch_ext_deps do
9696
open(remote_file, 'rb') do |rf|
9797
content = rf.read
9898
File.open(local_file, 'wb') { |f| f.puts content }
99+
puts "!!!!!!! C-Lib VERSION: #{content} !!!!!!!!"
99100
end
100101

101102
# oboe and bson header files

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 = 2
11-
PATCH = 6
11+
PATCH = 7
1212

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

0 commit comments

Comments
 (0)