Sha256: 1a6bbf2a5ff6faeb960c7fd689dbf63487988dbc814b36e1ecf14be468914c26

Contents?: true

Size: 230 Bytes

Versions: 1

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: false

module Smartcloud
	VERSION = "0.5.2".freeze

	def self.version
		@@version ||= VERSION
	end

	def self.smartcloud_major_version
		@smartcloud_major_version ||= VERSION.split(".").first.to_i
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smartcloud-0.5.2 lib/smartcloud/version.rb