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

[aws|elb] Update ELB API to version 2011-04-05

This commit is contained in:
Blake Gentry 2011-05-30 14:34:24 -07:00
parent 92b67fd7fb
commit ba59bd3183

View file

@ -108,7 +108,7 @@ module Fog
:host => @host,
:path => @path,
:port => @port,
:version => '2010-07-01'
:version => '2011-04-05'
}
)
begin