module Crafti

Constants

MAJOR
MINOR
PATCH

Public Class Methods

version() click to toggle source
# File lib/crafti/version.rb, line 6
def self.version
  [
    MAJOR, MINOR, PATCH
  ].join('.')
end