Skip to content

Commit

Permalink
Update version in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik authored and github-actions[bot] committed Jan 1, 2025
1 parent a683ac8 commit eef4d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project('BestSource', 'cpp',
default_options: ['buildtype=release', 'b_ndebug=if-release', 'cpp_std=c++17'],
license: 'MIT',
meson_version: '>=0.53.0',
version: '9.0',
version: '10.0',
)

api_sources = files(
Expand Down

0 comments on commit eef4d1d

Please sign in to comment.