mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Version 0.4.0 release.
Bunch of new changes including: tab completion, major customizability (ability to read from and write to any object that supported #readline and #puts respectively), extensive tests, command API, examples, lots of documentation and more.
This commit is contained in:
parent
206aa8d33d
commit
3e180a52bf
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = "0.4.0pre1"
|
||||
VERSION = "0.4.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue