Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit f7636fb

Browse files
committed
Tag latest version
1 parent 0afeae6 commit f7636fb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

content/v3/enterprise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The latest release for GitHub Enterprise is <%= fetch_content(:latest_enterprise
4242

4343
Documentation for the API that's bundled with your GitHub Enterprise appliance is available for past releases:
4444

45+
* [API documentation for 2.3](https://developer.github.com/enterprise/2.2/)
4546
* [API documentation for 2.2](https://developer.github.com/enterprise/2.2/)
4647
* [API documentation for 2.1](https://developer.github.com/enterprise/2.1/)
4748
* [API documentation for 2.0](https://developer.github.com/enterprise/2.0/)

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def webhook_payload(event_name)
121121
end
122122

123123
CONTENT ||= {
124-
'LATEST_ENTERPRISE_VERSION' => '2.3',
124+
'LATEST_ENTERPRISE_VERSION' => '2.4',
125125
'IF_SITE_ADMIN' => "If you are an [authenticated](/v3/#authentication) site administrator for your Enterprise instance,",
126126
"PUT_CONTENT_LENGTH" => "Note that you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see \"[HTTP verbs](/v3/#http-verbs).\"",
127127
"OPTIONAL_PUT_CONTENT_LENGTH" => "Note that, if you choose not to pass any parameters, you'll need to set `Content-Length` to zero when calling out to this endpoint. For more information, see \"[HTTP verbs](/v3/#http-verbs).\"",

0 commit comments

Comments
 (0)