Sha256: e197d08be6f43ed120fc9b03e61c18bc047e53568a76a4faa5142f99c9896dcd

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 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
    MAJOR = 0
    MINOR = 9
    TINY  = 39

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

Version data entries

1 entries across 1 versions & 1 rubygems

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