1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1342 from ronen/patch-1

Bug fix: Ensure Fog::VERSION gets defined
This commit is contained in:
Paul Thornthwaite 2012-12-06 09:48:49 -08:00
commit 11591b3ed9

View file

@ -1,5 +1,3 @@
module Fog
unless const_defined?(:VERSION)
VERSION = '1.8.0'
end
VERSION = '1.8.0'
end