mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Bump Capistrano::Version to 2.14.1
This commit is contained in:
parent
cc7fbe4f95
commit
11cb75aa23
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
## 2.14.1 (tentative) / January 10 2013
|
||||
|
||||
## 2.14.0 / January 9 2013
|
||||
|
||||
* Removed ui.output_cols limit of 80 chars (@aussielunix)
|
||||
|
|
|
@ -2,7 +2,7 @@ module Capistrano
|
|||
class Version
|
||||
MAJOR = 2
|
||||
MINOR = 14
|
||||
PATCH = 0
|
||||
PATCH = 1
|
||||
|
||||
def self.to_s
|
||||
"#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue