1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/version.rb
robert 8f8bc459fa change version to 0.10.0.pre
the next version of pry will be 0.10.0 and to make sure plugins are
still working it's easier to drop the version requirement so that gems
like pry-debugger don't prevent pry from booting and so that pry-remote
is not a deactivated gem when pry boots.
2014-03-14 02:06:06 +01:00

3 lines
39 B
Ruby

class Pry
VERSION = "0.10.0.pre"
end