From 20d550218a65f5997eec08e37b17a3a802349d85 Mon Sep 17 00:00:00 2001 From: Nat Welch Date: Tue, 16 Apr 2013 20:19:04 -0700 Subject: [PATCH] 13 is now deprecated. --- lib/fog/google/compute.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/fog/google/compute.rb b/lib/fog/google/compute.rb index 9b670f21c..20d372370 100644 --- a/lib/fog/google/compute.rb +++ b/lib/fog/google/compute.rb @@ -70,8 +70,7 @@ module Fog def initialize(options) base_url = 'https://www.googleapis.com/compute/' - # TODO(icco): v1beta13 will probably be deprecated in April. - api_version = 'v1beta13' + api_version = 'v1beta14' api_scope_url = 'https://www.googleapis.com/auth/compute' @project = options[:google_project]