1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/version.rb
Paul Thornthwaite 28a3e59245 [core] Splits Fog::VERSION into own file
Now available within "fog/core"

Just reverted a change where depending on Fog::VERSION for the
User-Agent made a dependency on requiring "lib/fog" which also requires
all providers and services.

That is highly undesirable from a modular perspective!
2012-11-27 16:30:40 +00:00

5 lines
77 B
Ruby

module Fog
unless const_defined?(:VERSION)
VERSION = '1.7.0'
end
end