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
John Mair b2facc3108 version 0.9.9.6 release
As a result of the 0.9.9.5 fix for #558 we got the following
error on 1.8.7:

"On MRI 1.8.7-p358, this results in "TypeError:
String can't be coerced into Fixnum",".

This commit should fix that.
2012-05-10 21:32:15 +12:00

3 lines
36 B
Ruby

class Pry
VERSION = "0.9.9.6"
end