lib/rspec/mocks/version.rb in rspec-mocks-diag-3.8.1.1 vs lib/rspec/mocks/version.rb in rspec-mocks-diag-3.8.1.2

- 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.8.1.1' + STRING = '3.8.1.2' end end end