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

Fix version info. that is used by user-agent.

This commit is contained in:
Rupak Ganguly 2012-08-24 15:37:10 -04:00
parent 3b9795eaec
commit 20977a6685

View file

@ -6,7 +6,7 @@ module Fog
# define a specific version for the HP Provider
unless const_defined?(:VERSION)
VERSION = '0.0.15'
VERSION = '0.0.16'
end
extend Fog::Provider