about summary refs log tree commit diff
path: root/meson.build
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-05-26 12:26:34 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-05-26 12:26:34 +0300
commitbf5545d71453c53a48ca404a6ef3df9951a88d60 (patch)
treefa183e7e98d4b2c3c82f7746ed99128af3515f2d /meson.build
parent83662127288b20585bf6575386ad6dc7eed50f3e (diff)
downloadFurtherance-bf5545d71453c53a48ca404a6ef3df9951a88d60.tar.zst
Update to v1.3.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 f2fde39..04b8bed 100755
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.2.0',
+          version: '1.3.0',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],