1
0
Fork 0
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:
Lee Hambley 2013-07-09 09:03:19 +02:00
parent 9f2a062ecb
commit 96e76562c5
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -1,3 +1,3 @@
module Capistrano
VERSION = "3.0.0.pre10"
VERSION = "3.0.0.pre11"
end