diff options
author | strcmp <strcmp@singletonclass.com> | 2015-10-14 19:59:32 +0100 |
---|---|---|
committer | strcmp <strcmp@singletonclass.com> | 2015-10-14 19:59:32 +0100 |
commit | fc1502e69aa19c4d536f6b3fae1ceb4d608750fd (patch) | |
tree | bd9481c86593ee89174c67c630c76c61285b702f /lib | |
parent | 11e3a28ece6af8b301795a05677b4a699685fb6a (diff) | |
download | pry-0-10-stable-windows-fix.tar.gz |
v0.10.30-10-stable-windows-fix
Diffstat (limited to 'lib')
-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 f7d2ab13..2a6bcc61 100644 --- a/lib/pry/version.rb +++ b/lib/pry/version.rb @@ -1,3 +1,3 @@ class Pry - VERSION = "0.10.2" + VERSION = "0.10.3" end |