1
0
Fork 0
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:
Roy Liu 2013-01-10 01:10:30 -05:00
parent cc7fbe4f95
commit 11cb75aa23
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -2,7 +2,7 @@ module Capistrano
class Version
MAJOR = 2
MINOR = 14
PATCH = 0
PATCH = 1
def self.to_s
"#{MAJOR}.#{MINOR}.#{PATCH}"