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

Commit bc5c2c8

Browse files
committed
set gem version to 5.0.0 for production
1 parent 01f6c6e commit bc5c2c8

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)