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

Revert "Bump version to 3.3.0.pre"

This reverts commit 1e4b751f6b.
This commit is contained in:
Myron Marston 2015-02-03 08:06:33 -08:00
parent 1e4b751f6b
commit 74f49485c0

View file

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