From 4068e880a615006aafaa9a72e2c9b007e86c2d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Hendricksen?= Date: Mon, 22 Aug 2016 23:44:50 -0400 Subject: [PATCH] try returning the default --- lib/travis/api/app/helpers/accept.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/api/app/helpers/accept.rb b/lib/travis/api/app/helpers/accept.rb index 98aa9535..7885a548 100644 --- a/lib/travis/api/app/helpers/accept.rb +++ b/lib/travis/api/app/helpers/accept.rb @@ -4,7 +4,7 @@ class Travis::Api::App module Helpers module Accept HEADER_FORMAT = /vnd\.travis-ci\.(\d+)\+(\w+)/ - DEFAULT_VERSION = 'v2' + DEFAULT_VERSION = 'v1' DEFAULT_FORMAT = 'json' class Entry