Skip to content

Commit

Permalink
Merge pull request #89 from solarwinds/version_bump
Browse files Browse the repository at this point in the history
version_bump
  • Loading branch information
xuan-cao-swi authored Nov 3, 2023
2 parents a34d58e + 72aefee commit 3dcf741
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 = 'preV4'.freeze # for pre-releases into packagecloud, set to nil for production releases into rubygems
PRE = 'preV5'.freeze # for pre-releases into packagecloud, set to nil for production releases into rubygems

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

0 comments on commit 3dcf741

Please sign in to comment.