Skip to content

Commit 81429e2

Browse files
Update past major versions to new '.0' style and add Swift 6.0
1 parent 9da7f98 commit 81429e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/javascripts/swift-evolution.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ var proposals
1818
*/
1919
var languageVersions = [
2020
'2.2',
21-
'3',
21+
'3.0',
2222
'3.0.1',
2323
'3.1',
24-
'4',
24+
'4.0',
2525
'4.1',
2626
'4.2',
27-
'5',
27+
'5.0',
2828
'5.1',
2929
'5.2',
3030
'5.3',
@@ -37,6 +37,7 @@ var languageVersions = [
3737
'5.9',
3838
'5.9.2',
3939
'5.10',
40+
'6.0',
4041
'Next'
4142
]
4243

0 commit comments

Comments
 (0)