weby-lv/weeler

View on GitHub
lib/weeler/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Weeler
  module VERSION
    MAJOR = 2
    MINOR = 1
    TINY  = 0
    PRE   = nil
    STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
  end
end