Snapshot 378

This commit is contained in:
Tamás Bálint Misius 2025-01-10 16:18:47 +01:00
parent 4c2c95c72b
commit 6848c3542f
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

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