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:
parent
5d26ce90cd
commit
9fa3cc7e68
2 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
|
@ -5,7 +5,7 @@ module Capistrano
|
|||
# Console
|
||||
module Console
|
||||
# gem version
|
||||
VERSION = '0.5.2'
|
||||
VERSION = '1.0.0'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue