Build number 375 -> 376 (new beta)

This commit is contained in:
jacob1
2024-12-22 23:36:20 -05:00
parent 8b2d354043
commit 64af43eccd

View File

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