Version bump

This commit is contained in:
RedVulps 2015-06-12 11:45:57 -03:00
parent 238405c3b4
commit 97087ab371
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
### Feature
- support for ssh keys
## 0.5.3 (2015-06-12)
### Fixed
- Add bundle command mapping check(this fixes console with RVM and other gems that map 'bundle' command)
## 0.5.2 (2015-04-02)
### Fixed
- removed rails binary check due to different environments in sshkit and the ssh shellout

View File

@ -5,7 +5,7 @@ module Capistrano
# Console
module Console
# gem version
VERSION = '0.5.2'
VERSION = '0.5.3'
end
end
end