From 12bee2c92ffc72606719e4a9f4e266ab575970b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=88king?= Date: Mon, 1 Apr 2013 09:27:04 -0500 Subject: [PATCH] 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. --- lib/pry/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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