diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-05 12:49:41 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-05 12:49:41 +0300 |
commit | 35afa350ff9c923fe60ae12dc630d7c062afde93 (patch) | |
tree | e298c823308c5bdbda2454a4280188a0da7cda8a /meson.build | |
parent | 825a2662b1856931549fc2de1164e89b09c7f4aa (diff) | |
download | Furtherance-35afa350ff9c923fe60ae12dc630d7c062afde93.tar.zst |
Update version and localization
Diffstat (limited to 'meson.build')
-rwxr-xr-x | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 04b8bed..50b19d9 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.3.0', + version: '1.4.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |