diff --git a/lib/cuprum/collections/version.rb b/lib/cuprum/collections/version.rb index 3c1142b..fe55348 100644 --- a/lib/cuprum/collections/version.rb +++ b/lib/cuprum/collections/version.rb @@ -15,9 +15,9 @@ module Version # Patch version. PATCH = 0 # Prerelease version. - PRERELEASE = 'rc' + PRERELEASE = nil # Build metadata. - BUILD = 0 + BUILD = nil class << self # Generates the gem version string from the Version constants.