Snapshot 357

This commit is contained in:
Tamás Bálint Misius
2024-01-01 20:02:55 +01:00
parent 4a99004327
commit 98f5a56b76

View File

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