Skip to content

Commit 7478242

Browse files
authored
docs: release APISIX 3.13.0 (#1928)
1 parent cc76caa commit 7478242

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/apisix-versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @type {Array<string>} version list
55
*/
6-
const versions = ['3.10', '3.11', '3.12'];
6+
const versions = ['3.10', '3.11', '3.12', '3.13'];
77

88
/**
99
* @type {Array<string>} LTS version list

config/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = [
66
shape: 'triangle',
77
color: '#e8433e',
88
githubRepo: 'apache/apisix',
9-
version: '3.12.0',
10-
releaseDate: '2024-04-01',
9+
version: '3.13.0',
10+
releaseDate: '2025-06-27',
1111
firstDocPath: '/getting-started',
1212
},
1313
{

config/downloads.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ module.exports = [
77
color: '#e8433e',
88
githubRepo: 'apache/apisix',
99
githubBranch: 'master',
10-
downloadPath: 'apisix/3.12.0/apache-apisix-3.12.0-src',
10+
downloadPath: 'apisix/3.13.0/apache-apisix-3.13.0-src',
1111
dockerhubPath: 'apisix',
12-
version: '3.12.0',
12+
version: '3.13.0',
1313
// LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
1414
// LTSVersion: '3.2.2',
15-
releaseDate: '2024-04-01',
15+
releaseDate: '2025-06-27',
1616
firstDocPath: '/getting-started',
1717
},
1818
{

0 commit comments

Comments
 (0)