Sha256: c356b29334f5e71856b5c264fc4a92b789b15426d89468525d54130738427e80

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

#	This file is part of the "Utopia Framework" project, and is licensed under the GNU AGPLv3.
#	Copyright 2010 Samuel Williams. All rights reserved.
#	See <utopia.rb> for licensing details.

module Utopia
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 9
    TINY  = 30

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
utopia-0.9.30 lib/utopia/version.rb