lib/rspec/mocks/version.rb in rspec-mocks-diag-3.9.1.1 vs lib/rspec/mocks/version.rb in rspec-mocks-diag-3.10.2.1
- old
+ new
@@ -1,9 +1,9 @@
module RSpec
module Mocks
# Version information for RSpec mocks.
module Version
# Version of RSpec mocks currently in use in SemVer format.
- STRING = '3.9.1.1'
+ STRING = '3.10.2.1'
end
end
end