Skip to content

Commit 437d355

Browse files
committed
Deprecate 1.40.4 and support 1.40.7
1 parent 41e90bf commit 437d355

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
# Branches to get version from
55
$branches = @(
6+
'1.40.7',
67
'1.40.6',
7-
'1.40.4',
88
'1.37.0'
99
)
1010

1111
# Versions of beat saber 1:1 with tags
1212
$versions = @(
13+
'1.40.7',
1314
'1.40.6',
14-
'1.40.4',
1515
'1.37.0'
1616
)

0 commit comments

Comments
 (0)