Sha256: fa51f7c7aa43339242b7843b5efb8ebdd9ac63f9d76d1db25eb70856c9e50794

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 Bytes

Contents

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module FatFreeCRM
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 13
    TINY  = 4
    PRE   = nil

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fat_free_crm-0.13.4 lib/fat_free_crm/version.rb