1
0
mirror of synced 2025-12-21 19:06:49 -05:00

GitHub Enterprise Server 3.11 general availability (#47198)

This commit is contained in:
Matt Pollard
2023-12-05 23:03:08 +01:00
committed by GitHub
parent 3d44ee5f94
commit 18c724c464
8 changed files with 361 additions and 9 deletions

View File

@@ -1 +0,0 @@
version: enterprise-server@3.11

View File

@@ -15,7 +15,7 @@ export const nextNext = '3.13'
export const supported = ['3.11', '3.10', '3.9', '3.8', '3.7']
// Edit this to `null` when it's no longer the release candidate
export const releaseCandidate = '3.11'
export const releaseCandidate = null
// Ensure that:
// "next" is ahead of "latest" by one minor or major release.