Skip to content

Commit

Permalink
version 0.6.5, fixed bug in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Feb 27, 2011
1 parent 7336e73 commit 801a71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/pry.rb
Expand Up @@ -5,6 +5,7 @@

require "method_source"
require "readline"
require "stringio"
require "#{direc}/pry/version"
require "#{direc}/pry/hooks"
require "#{direc}/pry/print"
Expand Down
2 changes: 1 addition & 1 deletion lib/pry/version.rb
@@ -1,3 +1,3 @@
class Pry
VERSION = "0.6.4"
VERSION = "0.6.5"
end

0 comments on commit 801a71b

Please sign in to comment.