1
0
Fork 0
mirror of https://gitlab.com/ydkn/capistrano-rails-console.git synced 2023-02-13 20:54:14 -05:00

bump version to 1.0.0

This commit is contained in:
Florian Schwab 2015-08-01 15:55:48 +02:00
parent 5d26ce90cd
commit 9fa3cc7e68
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Change Log
## Unreleased
## 1.0.0 (2015-08-01)
### Fixed
- removed dependency on capistrano-rails gem setting propper rails_env
- setting ssh port through `ssh_options`

View file

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