diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-06-10 15:57:58 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-06-10 15:57:58 +0300 |
commit | aa892b17090f94f56e9dea02caaaa09145c6ad2b (patch) | |
tree | 785e22ce9e42be14c8719a549f43c59537cc924e /meson.build | |
parent | 60f1767f8e8fc724d1ad7bf578e2e1eb6bcb5824 (diff) | |
download | Furtherance-aa892b17090f94f56e9dea02caaaa09145c6ad2b.tar.zst |
Update version to 1.5.0
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 50b19d9..424e454 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.4.0', + version: '1.5.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |