Sha256: 2917619e7b4a834180c73f318ff5d25dd6b714ee51bf77cefb477ea0692f3fc0

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

module Git::Story
  # Git::Story version
  VERSION         = '1.4.2'
  VERSION_ARRAY   = VERSION.split('.').map(&:to_i) # :nodoc:
  VERSION_MAJOR   = VERSION_ARRAY[0] # :nodoc:
  VERSION_MINOR   = VERSION_ARRAY[1] # :nodoc:
  VERSION_BUILD   = VERSION_ARRAY[2] # :nodoc:
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git-story-workflow-1.4.2 lib/git/story/version.rb