about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2023-06-05 11:57:51 +0200
committerRicky Kresslein <rk@lakoliu.com>2023-06-05 11:57:51 +0200
commiteafdc1974b957a9313992dd16be19867575f1c68 (patch)
tree7b7f73e6d6d1d87bb0a613b9c6ce70e1629bb942 /meson.build
parent4926168dcdd865c3fab3d2ade1958f0d36f145cf (diff)
downloadFurtherance-eafdc1974b957a9313992dd16be19867575f1c68.tar.zst
Update to v1.8.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 dcceaa0..aa8b327 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.7.0',
+          version: '1.8.0',
     meson_version: '>= 0.59.0',
   default_options: [ 'warning_level=2',
                    ],