Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 07ec756

Browse files
authored
Merge pull request #157 from appoptics/version_5_0_0
set gem version to 5.0.0 for production
2 parents 01f6c6e + bc5c2c8 commit 07ec756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/solarwinds_apm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Version
99
MAJOR = 5 # breaking,
1010
MINOR = 0 # feature,
1111
PATCH = 0 # fix => BFF
12-
PRE = 3 # for pre-releases into packagecloud,
12+
PRE = nil # for pre-releases into packagecloud,
1313
# set to nil for production releases into rubygems
1414

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

0 commit comments

Comments
 (0)