remomueller/aqueduct-mounted

View on GitHub
lib/aqueduct-mounted/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Aqueduct
  module Mounted
    module VERSION
      MAJOR = 0
      MINOR = 2
      TINY = 0
      BUILD = nil # nil, "pre", "rc", "rc2"

      STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
    end
  end
end