about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-06-10 15:57:58 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-06-10 15:57:58 +0300
commitaa892b17090f94f56e9dea02caaaa09145c6ad2b (patch)
tree785e22ce9e42be14c8719a549f43c59537cc924e /meson.build
parent60f1767f8e8fc724d1ad7bf578e2e1eb6bcb5824 (diff)
downloadFurtherance-aa892b17090f94f56e9dea02caaaa09145c6ad2b.tar.zst
Update version to 1.5.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 50b19d9..424e454 100755
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.4.0',
+          version: '1.5.0',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],