Libraries
»
dwaite-cucumber
(0.3.101)
»
Index (V)
»
Cucumber
»
VERSION
Class: Cucumber::VERSION
Inherits:
Object
Object
Cucumber::VERSION
show all
Defined in:
lib/cucumber/version.rb
Overview
:nodoc:
Constant Summary
collapse
MAJOR =
0
MINOR =
3
TINY =
101
PATCH =
Set to nil for official release
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PATCH
]
.
compact
.
join
(
'
.
'
)