about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2023-03-22 12:28:11 +0100
committerRicky Kresslein <rk@lakoliu.com>2023-03-22 12:28:11 +0100
commit38bc31cc55479d899cd285eefd28f4ad1174f587 (patch)
treedb71e97413080ed42ff7bec4102b38a61ef9c89a /meson.build
parent7544fa3b2996ae26601c9c1f9adca0d92b1e4150 (diff)
downloadFurtherance-38bc31cc55479d899cd285eefd28f4ad1174f587.tar.zst
Update to v1.7.0
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 91d5098..dcceaa0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.6.0',
+          version: '1.7.0',
     meson_version: '>= 0.59.0',
   default_options: [ 'warning_level=2',
                    ],