Skip to content

Commit

Permalink
Update build number
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Mar 27, 2024
1 parent 53b9b0e commit 7edc413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson_options.txt
Expand Up @@ -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(
Expand All @@ -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(
Expand Down

0 comments on commit 7edc413

Please sign in to comment.