diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-14 20:39:26 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-14 20:39:26 +0300 |
commit | 847284aa38c07b08f864057f86733a03bb26ae12 (patch) | |
tree | dc8c9ff2a47dea62c580a916a80af5ae3eacc3c2 /meson.build | |
parent | 41d197cc21053b221ebc5af06efec66f77579e13 (diff) | |
download | Furtherance-847284aa38c07b08f864057f86733a03bb26ae12.tar.zst |
Update version to 1.1.1
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 86eb0fa..050a3bf 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.1.0', + version: '1.1.1', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |