mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Preparing Release 3.0.0.pre11
This commit is contained in:
parent
9f2a062ecb
commit
96e76562c5
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
Reverse Chronological Order:
|
||||
|
||||
## `3.0.0.pre11`
|
||||
|
||||
* Some deploy.rake tasks now apply to all servers, not expecting a
|
||||
primary(:app) server which may not exist in all deploy environments.
|
||||
(@leehambley).
|
||||
|
||||
## `3.0.0.pre10`
|
||||
|
||||
* Fixes pre9.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Capistrano
|
||||
VERSION = "3.0.0.pre10"
|
||||
VERSION = "3.0.0.pre11"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue