Skip to content

Commit

Permalink
Merge pull request #112 from solarwinds/version-update
Browse files Browse the repository at this point in the history
NH-70338: version-update
  • Loading branch information
xuan-cao-swi authored Jan 26, 2024
2 parents b0e5a95 + 6c6503f commit 031e571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solarwinds_apm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Version
MAJOR = 6 # breaking,
MINOR = 0 # feature,
PATCH = 0 # fix => BFF
PRE = 'prev5'.freeze
PRE = 'prev6'.freeze

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

0 comments on commit 031e571

Please sign in to comment.