diff options
author | ☈king <rking@sharpsaw.org> | 2013-04-01 09:27:04 -0500 |
---|---|---|
committer | rking@sharpsaw.org <> | 2013-04-01 09:27:51 -0500 |
commit | 12bee2c92ffc72606719e4a9f4e266ab575970b0 (patch) | |
tree | 15c45ed6d47e8782f22726c90b443e67265dee2f /lib/pry/version.rb | |
parent | ad655b7384092036c043ff0ca60bb6b12db7d2aa (diff) | |
download | pry-12bee2c92ffc72606719e4a9f4e266ab575970b0.tar.gz |
Revert "Bump master to v1.0.0pre1"
This reverts commit 0256eaa35d4b7f3ae7491fcaa621269330badbeb.
pry-debugger, and at least one other gem, depend on pry ~>0.9.x. Until
this is expanded to allow 1.x, I rescind my vote to bump this version.
Diffstat (limited to 'lib/pry/version.rb')
-rw-r--r-- | lib/pry/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/version.rb b/lib/pry/version.rb index c46e334c..15116610 100644 --- a/lib/pry/version.rb +++ b/lib/pry/version.rb @@ -1,3 +1,3 @@ class Pry - VERSION = "1.0.0.pre1" + VERSION = "0.9.11.3" end |