Skip to content

Commit eda26ae

Browse files
chore: update to Unity 2022.1.16f1 (#966)
Co-authored-by: vaind <[email protected]>
1 parent 9b9b387 commit eda26ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-env.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ switch ($name) {
1414
return "2021.3.9f1"
1515
}
1616
"unity2022" {
17-
return "2022.1.15f1"
17+
return "2022.1.16f1"
1818
}
1919
Default {
2020
throw "Unkown variable '$name'"

0 commit comments

Comments
 (0)