1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00

Version 3.11.0

This commit is contained in:
Jon Rowe 2022-02-09 10:23:50 +00:00
parent 694150e421
commit 674a9c5b9c

View file

@ -1,5 +1,5 @@
module RSpec # :nodoc:
module Version # :nodoc:
STRING = '3.11.0.pre'
STRING = '3.11.0'
end
end