Class: Cucumber::Java::VERSION

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/java/version.rb

Overview

IMPORTANT - KEEP IN SYNC WITH pom.xml version and Manifest.txt

Constant Summary collapse

MAJOR =

:nodoc:

0
MINOR =
0
TINY =
2
PATCH =

Set to nil for official release

nil
STRING =
[MAJOR, MINOR, TINY, PATCH].compact.join('.')