Update build number
This commit is contained in:
parent
53b9b0e286
commit
7edc413cdc
@ -54,7 +54,7 @@ option(
|
||||
'build_num',
|
||||
type: 'integer',
|
||||
min: 0,
|
||||
value: 362,
|
||||
value: 363,
|
||||
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: 362,
|
||||
value: 363,
|
||||
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
|
||||
)
|
||||
option(
|
||||
|
Loading…
Reference in New Issue
Block a user