Snapshot 361

This commit is contained in:
jacob1 2024-03-15 22:12:26 -04:00
parent 596e6cece1
commit 758d34c4eb
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -54,7 +54,7 @@ option(
'build_num',
type: 'integer',
min: 0,
value: 360,
value: 361,
description: 'Build number, should be strictly monotonously increasing across public releases'
)
option(
@ -75,7 +75,7 @@ option(
'upstream_build_num',
type: 'integer',
min: 0,
value: 360,
value: 361,
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
)
option(