ovh_savoni 1.36.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ class OvhSavoni::SoAPI
5
5
  end
6
6
  # Initialize soap connection
7
7
  @soap = Savon::Client.new do
8
- wsdl.document =File.expand_path("../../soapi-dlw-1.36.wsdl" , __FILE__)
8
+ wsdl.document =File.expand_path("../../soapi-dlw-1.44.wsdl" , __FILE__)
9
9
  end
10
10
  # Initialize the class structure on the basis of the WSDL file
11
11
  # Meta definition of one method for each action
@@ -1,3 +1,3 @@
1
1
  module OvhSavoni
2
- VERSION = "1.36.0"
2
+ VERSION = "1.44.0"
3
3
  end