Skip to content

Commit

Permalink
Merge pull request #159 from solarwinds/NH-91502
Browse files Browse the repository at this point in the history
NH-91502: release
  • Loading branch information
xuan-cao-swi authored Sep 17, 2024
2 parents 69d267a + 6aa6415 commit 9877b82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ lambda/build/*

# reverse lab reports
reports/
MyReportDir/

2 changes: 1 addition & 1 deletion ext/oboe_metal/src/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.1
15.0.2
4 changes: 2 additions & 2 deletions lib/solarwinds_apm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module SolarWindsAPM
# solarwinds_apm.gemspec during gem build process
module Version
MAJOR = 6 # breaking,
MINOR = 0 # feature,
PATCH = 2 # fix => BFF
MINOR = 1 # feature,
PATCH = 0 # fix => BFF
PRE = nil

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

0 comments on commit 9877b82

Please sign in to comment.