Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 610dc8e

Browse files
committed
Updated enterprise OAuth version.
Won't be able to use OAuth with enterprise instances until 2.12.2.
1 parent 8336f24 commit 610dc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Services/EnterpriseCapabilitiesService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace GitHub.Services
1313
[PartCreationPolicy(CreationPolicy.Shared)]
1414
public class EnterpriseCapabilitiesService : IEnterpriseCapabilitiesService
1515
{
16-
static readonly Version MinimumOAuthVersion = new Version("2.12.1");
16+
static readonly Version MinimumOAuthVersion = new Version("2.12.2");
1717
readonly ISimpleApiClientFactory apiClientFactory;
1818
readonly IEnterpriseProbe probe;
1919

0 commit comments

Comments
 (0)