Skip to content

Commit

Permalink
Bring version up to date
Browse files Browse the repository at this point in the history
Otherwise, bundler gets understandably confused when pointing to master

```
$ bundle outdated 
Fetching git://github.com/pry/pry.git
Fetching gem metadata from https://rubygems.org/.........
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies...

Outdated gems included in the bundle:
  * pry (newest 0.10.3, installed 0.10.1 b07e3f8) in group "default"
```
  • Loading branch information
David Rodríguez committed Jan 9, 2016
1 parent b07e3f8 commit b4d3497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Pry
VERSION = "0.10.1"
VERSION = "0.10.3"
end

0 comments on commit b4d3497

Please sign in to comment.