1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge pull request #1578 from deivid-rodriguez/patch-1

Bring version up to date
This commit is contained in:
Kyrylo Silin 2016-10-18 14:18:20 +03:00 committed by GitHub
commit ce8c4b5137

View file

@ -1,3 +1,3 @@
class Pry
VERSION = "0.10.3"
VERSION = "0.10.4"
end