Libraries
»
pezra-cucumber
(0.3.94.1)
»
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 =
94
PATCH =
Set to nil for official release
1
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PATCH
]
.
compact
.
join
(
'
.
'
)