about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-14 20:39:26 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-04-14 20:39:26 +0300
commit847284aa38c07b08f864057f86733a03bb26ae12 (patch)
treedc8c9ff2a47dea62c580a916a80af5ae3eacc3c2 /meson.build
parent41d197cc21053b221ebc5af06efec66f77579e13 (diff)
downloadFurtherance-847284aa38c07b08f864057f86733a03bb26ae12.tar.zst
Update version to 1.1.1
Diffstat (limited to 'meson.build')
-rwxr-xr-xmeson.build2
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',
                    ],