Skip to content

Commit

Permalink
Merge pull request #124 from solarwinds/ga-release
Browse files Browse the repository at this point in the history
ga-release
  • Loading branch information
xuan-cao-swi authored Apr 10, 2024
2 parents 948f11e + 7e530e7 commit 72cd55c
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 = 'prev7'.freeze
PRE = nil

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

0 comments on commit 72cd55c

Please sign in to comment.