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 1e23410e36 version 0.9.8.4 release
* ~/.pry_history wasnt being created! FIXED
* `hist --save` stored color codes! FIXED
* added Pry#add_sticky_local API for adding sticky locals to individual pry instances
2012-03-06 13:12:03 +13:00

3 lines
36 B
Ruby

class Pry
VERSION = "0.9.8.4"
end