# encoding: utf-8 module FriendlyId #:nodoc: module Version #:nodoc: MAJOR = 2 MINOR = 1 TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end end