about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRicky Kresslein <ricky@unobserved.io>2023-10-15 11:36:27 +0200
committerRicky Kresslein <ricky@unobserved.io>2023-10-15 11:36:27 +0200
commit635cd29ce020eaa0ac34f61fd1d7dc8b2b7cc587 (patch)
treef62f4e68abc7d429418b49ceae6cb557a7487a0e /meson.build
parent96bc6e253abc8b646cffd40064837b42fd91b443 (diff)
downloadFurtherance-635cd29ce020eaa0ac34f61fd1d7dc8b2b7cc587.tar.zst
Update to version 1.8.2
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 13a3648..04c3680 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.8.1',
+          version: '1.8.2',
     meson_version: '>= 0.59.0',
   default_options: [ 'warning_level=2',
                    ],