Snapshot 368

This commit is contained in:
Tamás Bálint Misius 2024-08-13 20:43:39 +02:00
parent 8e03c97b60
commit ba0a9fa2a5
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -54,7 +54,7 @@ option(
'build_num',
type: 'integer',
min: 0,
value: 367,
value: 368,
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: 367,
value: 368,
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
)
option(