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

Release 3.3.0

This commit is contained in:
Myron Marston 2015-06-12 08:04:05 -07:00
parent 76508427dc
commit c1eeb76d8f

View file

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