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 20bdb87 commit 63fba43Copy full SHA for 63fba43
Rakefile
@@ -96,6 +96,7 @@ task :fetch_ext_deps do
96
open(remote_file, 'rb') do |rf|
97
content = rf.read
98
File.open(local_file, 'wb') { |f| f.puts content }
99
+ puts "!!!!!!! C-Lib VERSION: #{content} !!!!!!!!"
100
end
101
102
# oboe and bson header files
lib/appoptics_apm/version.rb
@@ -8,7 +8,7 @@ module AppOpticsAPM
8
module Version
9
MAJOR = 4
10
MINOR = 2
11
- PATCH = 6
+ PATCH = 7
12
13
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
14
0 commit comments