Skip to content

Commit

Permalink
Merge pull request #133 from solarwinds/NH-82147
Browse files Browse the repository at this point in the history
NH-82147: update oboe version and ready for release
  • Loading branch information
xuan-cao-swi authored Jun 20, 2024
2 parents 6fbf140 + c5ae0f7 commit 04f0cb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/test_install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
op.call
puts "Looks good!"
end
sleep 10
rescue StandardError => e
puts "aborting!!! Agent error: #{e.message}"
exit false
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ task :build_gem do

puts "\n=== clean & compile & build ===\n"
Rake::Task['distclean'].execute
Rake::Task['fetch_oboe_file'].invoke('stg')
Rake::Task['fetch_oboe_file'].invoke('prod')
system('gem build solarwinds_apm.gemspec')

gemname = Dir['solarwinds_apm*.gem'].first
Expand Down
2 changes: 1 addition & 1 deletion ext/oboe_metal/src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.1
15.0.1
2 changes: 1 addition & 1 deletion lib/solarwinds_apm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module SolarWindsAPM
module Version
MAJOR = 6 # breaking,
MINOR = 0 # feature,
PATCH = 0 # fix => BFF
PATCH = 1 # fix => BFF
PRE = nil

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down

0 comments on commit 04f0cb9

Please sign in to comment.