1
0
Fork 0
mirror of https://github.com/rspec/rspec-metagem.git synced 2022-11-09 12:09:29 -05:00
This commit is contained in:
Jon Rowe 2022-10-26 19:35:41 +01:00
parent f4393df94d
commit 58d7eac3dc

View file

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