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

bump version to 2.0.0.beta.22

This commit is contained in:
David Chelimsky 2010-09-12 19:24:14 -05:00
parent 73cff497e2
commit 3df49f5942

View file

@ -1,5 +1,5 @@
module RSpec # :nodoc:
module Version # :nodoc:
STRING = '2.0.0.beta.21'
STRING = '2.0.0.beta.22'
end
end