Snapshot 383

This commit is contained in:
jacob1
2025-02-15 22:36:30 -05:00
parent f15ecdd09b
commit 4e346cc7d2

View File

@@ -66,7 +66,7 @@ option(
'build_num', 'build_num',
type: 'integer', type: 'integer',
min: 0, min: 0,
value: 382, value: 383,
description: 'Build number, should be strictly monotonously increasing across public releases' description: 'Build number, should be strictly monotonously increasing across public releases'
) )
option( option(
@@ -87,7 +87,7 @@ option(
'upstream_build_num', 'upstream_build_num',
type: 'integer', type: 'integer',
min: 0, min: 0,
value: 382, value: 383,
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(