Class: Cluster::Version

Inherits:
Net::SSH::Version
  • Object
show all
Defined in:
lib/cluster/version.rb

Overview

Describes the current version of Capistrano.

Constant Summary collapse

MAJOR =
0
MINOR =
5
TINY =
55
CURRENT =

The current version, as a Version instance

new(MAJOR, MINOR, TINY)
STRING =

The current version, as a String instance

CURRENT.to_s