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:
parent
3b9795eaec
commit
20977a6685
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue