lib/rspec/core/version.rb



module RSpec
  module Core
    # Version information for RSpec Core.
    module Version
      # Current version of RSpec Core, in semantic versioning format.
      STRING = '3.13.4'
    end
  end
end