lib/rspec/sorbet/version.rb



# typed: strict
# frozen_string_literal: true

module RSpec
  module Sorbet
    VERSION = '1.7.0'
  end
end