about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-29 09:52:55 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-04-29 09:52:55 +0300
commite11fc6944baa240989066334ea6baff4e9fd82c5 (patch)
treef0fa85c16c5bd5863ee3c767a87d0e1b76f59732 /meson.build
parente278d90762c6883c9bf6b463c7a9fd930856c9ca (diff)
downloadFurtherance-e11fc6944baa240989066334ea6baff4e9fd82c5.tar.zst
Update to v1.2.0
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 921d372..f2fde39 100755
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.1.3',
+          version: '1.2.0',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],